emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-25 a71783b: Update documentation of 'deactivate-mark


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-25 a71783b: Update documentation of 'deactivate-mark'.
Date: Tue, 12 Jan 2016 19:21:45 +0000

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

    Update documentation of 'deactivate-mark'.
    
    * doc/lispref/markers.texi (The Mark): Document that
    'deactivate-mark' is now buffer-local when set.
---
 doc/lispref/markers.texi |    2 +-
 etc/NEWS                 |    3 +++
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/doc/lispref/markers.texi b/doc/lispref/markers.texi
index bf18543..1c90466 100644
--- a/doc/lispref/markers.texi
+++ b/doc/lispref/markers.texi
@@ -576,7 +576,7 @@ If an editor command sets this variable address@hidden, 
then the editor
 command loop deactivates the mark after the command returns (if
 Transient Mark mode is enabled).  All the primitives that change the
 buffer set @code{deactivate-mark}, to deactivate the mark when the
-command is finished.
+command is finished.  Setting this variable makes it buffer-local.
 
 To write Lisp code that modifies the buffer without causing
 deactivation of the mark at the end of the command, bind
diff --git a/etc/NEWS b/etc/NEWS
index 34c489a..6d47443 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1232,11 +1232,14 @@ If you want the old behavior of calling the function in 
the buffer
 from which the minibuffer was entered, use the new argument
 `switch-buffer' to `completion-table-dynamic'.
 
+---
 ** window-configurations no longer record the buffers' marks.
 
+---
 ** inhibit-modification-hooks now also inhibits lock-file checks, as well as
 active region handling.
 
++++
 ** deactivate-mark is now buffer-local.
 
 ** `cl-the' now asserts that its argument is of the given type.



reply via email to

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