mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 22:41:06 -08:00
(end-of-defun-function): Docstring fix.
This commit is contained in:
parent
1945c7a74c
commit
6d3e4d2287
1 changed files with 3 additions and 2 deletions
|
|
@ -314,9 +314,10 @@ is called as a function to find the defun's beginning."
|
|||
|
||||
(defvar end-of-defun-function #'forward-sexp
|
||||
"Function for `end-of-defun' to call.
|
||||
This is used to find the end of the defun.
|
||||
This is used to find the end of the defun at point.
|
||||
It is called with no argument, right after calling `beginning-of-defun-raw'.
|
||||
So the function can assume that point is at the beginning of the defun body.")
|
||||
So the function can assume that point is at the beginning of the defun body.
|
||||
It should move point to the first position after the defun.")
|
||||
|
||||
(defun buffer-end (arg)
|
||||
"Return the \"far end\" position of the buffer, in direction ARG.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue