diff options
| -rw-r--r-- | lisp/view.el | 4 |
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 | |||
| 386 | if ARG is omitted or nil. | 386 | if ARG is omitted or nil. |
| 387 | 387 | ||
| 388 | When View mode is enabled, commands that do not change the buffer | 388 | When View mode is enabled, commands that do not change the buffer |
| 389 | contents are available as usual. Kill commands insert text in | 389 | contents are available as usual. Kill commands save text but |
| 390 | kill buffers but do not delete. Most other commands beep and | 390 | do not delete it from the buffer. Most other commands beep and |
| 391 | tell the user that the buffer is read-only. | 391 | tell the user that the buffer is read-only. |
| 392 | 392 | ||
| 393 | \\<view-mode-map> | 393 | \\<view-mode-map> |