aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBastien Guerry2009-07-27 02:02:49 +0000
committerBastien Guerry2009-07-27 02:02:49 +0000
commit051e86dc55c9c53a0bbe75243a43b73c65bf4dcb (patch)
treedf6c6cc4d5851a2b88eb76d1b4f773950f5533ac
parent111d9af32feb1d251050fbd4f07121fa5c5e3113 (diff)
downloademacs-051e86dc55c9c53a0bbe75243a43b73c65bf4dcb.tar.gz
emacs-051e86dc55c9c53a0bbe75243a43b73c65bf4dcb.zip
Better docstring for `called-interactively-p'.
-rw-r--r--src/eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eval.c b/src/eval.c
index fb1ed276c42..52e3f244047 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -609,7 +609,7 @@ unconditionally for that argument. (`p' is a good way to do this.) */)
609 609
610 610
611DEFUN ("called-interactively-p", Fcalled_interactively_p, Scalled_interactively_p, 0, 0, 0, 611DEFUN ("called-interactively-p", Fcalled_interactively_p, Scalled_interactively_p, 0, 0, 0,
612 doc: /* Return t if the function using this was called with `call-interactively'. 612 doc: /* Return t if it is in a function called with `call-interactively'.
613This is used for implementing advice and other function-modifying 613This is used for implementing advice and other function-modifying
614features of Emacs. 614features of Emacs.
615 615