From 051e86dc55c9c53a0bbe75243a43b73c65bf4dcb Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Mon, 27 Jul 2009 02:02:49 +0000 Subject: [PATCH] Better docstring for `called-interactively-p'. --- src/eval.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.) */) 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. -- 2.39.2