emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 d4c4987: Update view-mode docstring


From: Tino Calancha
Subject: [Emacs-diffs] emacs-26 d4c4987: Update view-mode docstring
Date: Fri, 26 Jul 2019 11:30:07 -0400 (EDT)

branch: emacs-26
commit d4c49875eaae3078ea3b51cc7b72ae3403cb2c04
Author: Tino Calancha <address@hidden>
Commit: Tino Calancha <address@hidden>

    Update view-mode docstring
    
    Not all the kill commands save the text in the kill ring
    by default (e.g. `kill-rectangle').
    It is more precise to just say that the kill commands save
    the text and do not change the buffer (Bug#36741).
    * lisp/view.el (view-mode): Update docstring.
---
 lisp/view.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/view.el b/lisp/view.el
index 3d423f1..5e6f3e2 100644
--- a/lisp/view.el
+++ b/lisp/view.el
@@ -386,8 +386,8 @@ and disable it otherwise.  If called from Lisp, enable View 
mode
 if ARG is omitted or nil.
 
 When View mode is enabled, commands that do not change the buffer
-contents are available as usual.  Kill commands insert text in
-kill buffers but do not delete.  Most other commands beep and
+contents are available as usual.  Kill commands save text but
+do not delete it from the buffer.  Most other commands beep and
 tell the user that the buffer is read-only.
 
 \\<view-mode-map>



reply via email to

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