diff options
Diffstat (limited to 'src')
| -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 | ||