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:
parent
0cb9b63a7b
commit
7a0e987434
1 changed files with 3 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue