diff options
author | Dave Love <fx@gnu.org> | 2003-08-20 18:48:43 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2003-08-20 18:48:43 +0000 |
commit | 3a883f0f6eefc3ee152b98e2667bf3134870bb00 (patch) | |
tree | 5ca44d0be9b353bd2e95030333c77bac1cbb31a1 | |
parent | a349a24beea2457617de75489bc60867959a587c (diff) | |
download | emacs-3a883f0f6eefc3ee152b98e2667bf3134870bb00.tar.gz |
(beginning-of-defun-function): Doc fix.
-rw-r--r-- | lisp/emacs-lisp/lisp.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/lisp.el b/lisp/emacs-lisp/lisp.el index c6ec7cf5b9e..2ca6d2a8915 100644 --- a/lisp/emacs-lisp/lisp.el +++ b/lisp/emacs-lisp/lisp.el @@ -157,8 +157,9 @@ normal recipe (see `beginning-of-defun'). Major modes can define this if defining `defun-prompt-regexp' is not sufficient to handle the mode's needs. -The function should go to the line on which the current defun starts, -and return non-nil, or should return nil if it can't find the beginning.") +The function (of no args) should go to the line on which the current +defun starts, and return non-nil, or should return nil if it can't +find the beginning.") (defun beginning-of-defun (&optional arg) "Move backward to the beginning of a defun. |