]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/emacs-lisp/lisp.el (end-of-defun-moves-to-eol): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Sat, 6 Aug 2022 06:40:07 +0000 (09:40 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 6 Aug 2022 06:40:07 +0000 (09:40 +0300)
lisp/emacs-lisp/lisp.el

index cc8185e4530c50098c575794738c13225001da91..acae1a0b0a923ea7a19654f55d9dc3f36ddecdd4 100644 (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.