]> git.eshelyaron.com Git - emacs.git/commitdiff
Update view-mode docstring
authorTino Calancha <tino.calancha@gmail.com>
Fri, 26 Jul 2019 15:18:19 +0000 (17:18 +0200)
committerTino Calancha <tino.calancha@gmail.com>
Fri, 26 Jul 2019 15:24:53 +0000 (17:24 +0200)
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

index 3d423f17480ac3db331f087857b051697ae9b964..5e6f3e2caa90f89747e3a9facb5ed5f10a1c903f 100644 (file)
@@ -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>