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 | 7a0e9874341845577911414a127656a403bde45f (patch) | |
tree | e0d4d18b5ab9ce95e5b540ff654d7d479094bd46 /lisp/emacs-lisp/lisp.el | |
parent | 0cb9b63a7b9a35168c20862a7c67a1d1e12b0be3 (diff) | |
download | emacs-7a0e9874341845577911414a127656a403bde45f.tar.gz emacs-7a0e9874341845577911414a127656a403bde45f.tar.bz2 emacs-7a0e9874341845577911414a127656a403bde45f.zip |
(beginning-of-defun-function): Doc fix.
Diffstat (limited to 'lisp/emacs-lisp/lisp.el')
-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. |