emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 d817d2c: * doc/lispref/commands.texi (Adjusting P


From: Stefan Monnier
Subject: [Emacs-diffs] emacs-26 d817d2c: * doc/lispref/commands.texi (Adjusting Point): Bug#33662
Date: Sun, 9 Dec 2018 08:34:43 -0500 (EST)

branch: emacs-26
commit d817d2cfb9bdb71fb3ed540d6601be4577272acc
Author: Stefan Monnier <address@hidden>
Commit: Stefan Monnier <address@hidden>

    * doc/lispref/commands.texi (Adjusting Point): Bug#33662
    
    Tweak text to clarify intangibility.
---
 doc/lispref/commands.texi | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/lispref/commands.texi b/doc/lispref/commands.texi
index 427379b..b6749d0 100644
--- a/doc/lispref/commands.texi
+++ b/doc/lispref/commands.texi
@@ -1012,7 +1012,8 @@ If the last event came from a keyboard macro, the value 
is @code{macro}.
 sequence of text that has the @code{display} or @code{composition}
 property, or is invisible.  Therefore, after a command finishes and
 returns to the command loop, if point is within such a sequence, the
-command loop normally moves point to the edge of the sequence.
+command loop normally moves point to the edge of the sequence, making this
+sequence effectively intangible.
 
   A command can inhibit this feature by setting the variable
 @code{disable-point-adjustment}:



reply via email to

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