diff options
| author | Bastien Guerry | 2009-07-27 02:02:49 +0000 |
|---|---|---|
| committer | Bastien Guerry | 2009-07-27 02:02:49 +0000 |
| commit | 051e86dc55c9c53a0bbe75243a43b73c65bf4dcb (patch) | |
| tree | df6c6cc4d5851a2b88eb76d1b4f773950f5533ac | |
| parent | 111d9af32feb1d251050fbd4f07121fa5c5e3113 (diff) | |
| download | emacs-051e86dc55c9c53a0bbe75243a43b73c65bf4dcb.tar.gz emacs-051e86dc55c9c53a0bbe75243a43b73c65bf4dcb.zip | |
Better docstring for `called-interactively-p'.
| -rw-r--r-- | src/eval.c | 2 |
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 | ||
| 611 | DEFUN ("called-interactively-p", Fcalled_interactively_p, Scalled_interactively_p, 0, 0, 0, | 611 | DEFUN ("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'. |
| 613 | This is used for implementing advice and other function-modifying | 613 | This is used for implementing advice and other function-modifying |
| 614 | features of Emacs. | 614 | features of Emacs. |
| 615 | 615 | ||