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

; * lisp/emacs-lisp/lisp.el (end-of-defun-moves-to-eol): Doc fix.

This commit is contained in:
Eli Zaretskii 2022-08-06 09:40:07 +03:00
parent e46668847d
commit 564571f712

View file

@ -508,11 +508,9 @@ 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.")
(defvar end-of-defun-moves-to-eol t
"Defines whether `end-of-defun' moves to eol before doing
everything else.
Set this to nil in major mode if this movement affects mode's
decisions about context in an unwanted way.")
"Whether `end-of-defun' moves to eol before doing anything else.
Set this to nil if this movement adversely affects the buffer's
major mode's decisions about context.")
(defun buffer-end (arg)
"Return the \"far end\" position of the buffer, in direction ARG.