diff src/eval.c @ 104078:2658bfb08516

Better docstring for `called-interactively-p'.
author Bastien Guerry <bzg@altern.org>
date Mon, 27 Jul 2009 02:02:49 +0000
parents 1ffe92a6d13c
children ced4690576f6
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.