emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 564571f712: ; * lisp/emacs-lisp/lisp.el (end-of-defun-moves-to-eo


From: Eli Zaretskii
Subject: master 564571f712: ; * lisp/emacs-lisp/lisp.el (end-of-defun-moves-to-eol): Doc fix.
Date: Sat, 6 Aug 2022 02:40:42 -0400 (EDT)

branch: master
commit 564571f712fcf0ffcb93eeca67f7716263c9def5
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * lisp/emacs-lisp/lisp.el (end-of-defun-moves-to-eol): Doc fix.
---
 lisp/emacs-lisp/lisp.el | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/lisp/emacs-lisp/lisp.el b/lisp/emacs-lisp/lisp.el
index cc8185e453..acae1a0b0a 100644
--- a/lisp/emacs-lisp/lisp.el
+++ b/lisp/emacs-lisp/lisp.el
@@ -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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]