aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTino Calancha2019-07-26 17:18:19 +0200
committerTino Calancha2019-07-26 17:24:53 +0200
commitd4c49875eaae3078ea3b51cc7b72ae3403cb2c04 (patch)
tree1260a278d64cf9a1ad6194a2d03df65b53000b09
parentd6ca1fc531ce6e6abbbe273187420ee5cc8c8b26 (diff)
downloademacs-d4c49875eaae3078ea3b51cc7b72ae3403cb2c04.tar.gz
emacs-d4c49875eaae3078ea3b51cc7b72ae3403cb2c04.zip
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.
-rw-r--r--lisp/view.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/view.el b/lisp/view.el
index 3d423f17480..5e6f3e2caa9 100644
--- a/lisp/view.el
+++ b/lisp/view.el
@@ -386,8 +386,8 @@ and disable it otherwise. If called from Lisp, enable View mode
386if ARG is omitted or nil. 386if ARG is omitted or nil.
387 387
388When View mode is enabled, commands that do not change the buffer 388When View mode is enabled, commands that do not change the buffer
389contents are available as usual. Kill commands insert text in 389contents are available as usual. Kill commands save text but
390kill buffers but do not delete. Most other commands beep and 390do not delete it from the buffer. Most other commands beep and
391tell the user that the buffer is read-only. 391tell the user that the buffer is read-only.
392 392
393\\<view-mode-map> 393\\<view-mode-map>