emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/src eval.c


From: Bastien Guerry
Subject: [Emacs-diffs] emacs/src eval.c
Date: Mon, 27 Jul 2009 02:02:50 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Bastien Guerry <bastien1>       09/07/27 02:02:50

Modified files:
        src            : eval.c 

Log message:
        Better docstring for `called-interactively-p'.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/src/eval.c?cvsroot=emacs&r1=1.310&r2=1.311

Patches:
Index: eval.c
===================================================================
RCS file: /sources/emacs/emacs/src/eval.c,v
retrieving revision 1.310
retrieving revision 1.311
diff -u -b -r1.310 -r1.311
--- eval.c      24 Mar 2009 16:37:25 -0000      1.310
+++ eval.c      27 Jul 2009 02:02:49 -0000      1.311
@@ -609,7 +609,7 @@
 
 
 DEFUN ("called-interactively-p", Fcalled_interactively_p, 
Scalled_interactively_p, 0, 0, 0,
-       doc: /* Return t if the function using this was called with 
`call-interactively'.
+       doc: /* Return t if it is in a function called with 
`call-interactively'.
 This is used for implementing advice and other function-modifying
 features of Emacs.
 




reply via email to

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