From: Bastien Guerry Date: Mon, 27 Jul 2009 02:02:49 +0000 (+0000) Subject: Better docstring for `called-interactively-p'. X-Git-Tag: emacs-pretest-23.1.90~2015 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=051e86dc55c9c53a0bbe75243a43b73c65bf4dcb;p=emacs.git Better docstring for `called-interactively-p'. --- 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.