changeset 104078:2658bfb08516

Better docstring for `called-interactively-p'.
author Bastien Guerry <bzg@altern.org>
date Mon, 27 Jul 2009 02:02:49 +0000
parents 3abca9a8122f
children 40593ae49f6b
files src/eval.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/eval.c	Sun Jul 26 23:09:44 2009 +0000
+++ b/src/eval.c	Mon Jul 27 02:02:49 2009 +0000
@@ -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.