1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(beginning-of-defun-function): Doc fix.

This commit is contained in:
Dave Love 2003-08-20 18:48:43 +00:00
parent 0cb9b63a7b
commit 7a0e987434

View file

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