emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-25 00a4720: Further improve doc string of 'disable-p


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-25 00a4720: Further improve doc string of 'disable-point-adjustment'
Date: Tue, 23 Feb 2016 17:36:21 +0000

branch: emacs-25
commit 00a4720318778eb6c51b326cfb37f685c230df9a
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Further improve doc string of 'disable-point-adjustment'
    
    * src/keyboard.c (syms_of_keyboard): <disable-point-adjustment>
    <global-disable-point-adjustment>: Clarify doc strings.  (Bug#22771)
---
 src/keyboard.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/keyboard.c b/src/keyboard.c
index 3120869..ef86e69 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -11622,8 +11622,8 @@ It's called with one argument, the help string to 
display.  */);
 
 After a command is executed, if point moved into a region that has
 special properties (e.g. composition, display), Emacs adjusts point to
-the boundary of the region.  But when a command binds this variable to
-non-nil, this point adjustment is suppressed.
+the boundary of the region.  But when a command leaves this variable at
+a non-nil value (e.g., with a setq), this point adjustment is suppressed.
 
 This variable is set to nil before reading a command, and is checked
 just after executing the command.  */);
@@ -11634,8 +11634,8 @@ just after executing the command.  */);
               doc: /* If non-nil, always suppress point adjustments.
 
 The default value is nil, in which case point adjustments are
-suppressed only after special commands that set
-`disable-point-adjustment' (which see) to non-nil.  */);
+suppressed only after special commands that leave
+`disable-point-adjustment' (which see) at a non-nil value.  */);
   Vglobal_disable_point_adjustment = Qnil;
 
   DEFVAR_LISP ("minibuffer-message-timeout", Vminibuffer_message_timeout,



reply via email to

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