1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-03 08:30:09 +00:00

Better docstring for `called-interactively-p'.

This commit is contained in:
Bastien Guerry 2009-07-27 02:02:49 +00:00
parent 111d9af32f
commit 051e86dc55

View File

@ -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.