emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r108108: * src/eval.c (Fcalled_int


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r108108: * src/eval.c (Fcalled_interactively_p): Doc fix. (Bug#11747)
Date: Tue, 14 Aug 2012 14:43:08 -0400
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108108
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Tue 2012-08-14 14:43:08 -0400
message:
  * src/eval.c (Fcalled_interactively_p): Doc fix.  (Bug#11747)
modified:
  src/ChangeLog
  src/eval.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-08-14 06:58:01 +0000
+++ b/src/ChangeLog     2012-08-14 18:43:08 +0000
@@ -1,3 +1,7 @@
+2012-08-14  Glenn Morris  <address@hidden>
+
+       * eval.c (Fcalled_interactively_p): Doc fix.  (Bug#11747)
+
 2012-08-14  Ulrich Mueller  <address@hidden>
 
        * systime.h (EMACS_TIME_CMP): Don't cast time_t values to long

=== modified file 'src/eval.c'
--- a/src/eval.c        2012-03-12 06:34:32 +0000
+++ b/src/eval.c        2012-08-14 18:43:08 +0000
@@ -560,11 +560,10 @@
 you're making a mistake.  Think: what do you want to do when the
 command is called from a keyboard macro?
 
-This function is meant for implementing advice and other
-function-modifying features.  Instead of using this, it is sometimes
-cleaner to give your function an extra optional argument whose
-`interactive' spec specifies non-nil unconditionally (\"p\" is a good
-way to do this), or via (not (or executing-kbd-macro noninteractive)).  */)
+Instead of using this function, it is sometimes cleaner to give your
+function an extra optional argument whose `interactive' spec specifies
+non-nil unconditionally (\"p\" is a good way to do this), or via
+\(not (or executing-kbd-macro noninteractive)).  */)
   (Lisp_Object kind)
 {
   return ((INTERACTIVE || !EQ (kind, intern ("interactive")))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]