diff options
| -rw-r--r-- | lisp/view.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/view.el b/lisp/view.el index 8dd9e032868..57d264d2b8e 100644 --- a/lisp/view.el +++ b/lisp/view.el | |||
| @@ -64,13 +64,13 @@ | |||
| 64 | ;; is now controlled by the presence of a value in `view-return-to-alist'. | 64 | ;; is now controlled by the presence of a value in `view-return-to-alist'. |
| 65 | (defcustom view-scroll-auto-exit nil | 65 | (defcustom view-scroll-auto-exit nil |
| 66 | "*Non-nil means scrolling past the end of buffer exits View mode. | 66 | "*Non-nil means scrolling past the end of buffer exits View mode. |
| 67 | nil means attempting to scroll past the end of the buffer, | 67 | A value of nil means attempting to scroll past the end of the buffer, |
| 68 | only rings the bell and gives a message on how to leave." | 68 | only rings the bell and gives a message on how to leave." |
| 69 | :type 'boolean | 69 | :type 'boolean |
| 70 | :group 'view) | 70 | :group 'view) |
| 71 | 71 | ||
| 72 | (defcustom view-try-extend-at-buffer-end nil | 72 | (defcustom view-try-extend-at-buffer-end nil |
| 73 | "*Non-nil means try load more of file when reaching end of buffer. | 73 | "*Non-nil means try to load more of file when reaching end of buffer. |
| 74 | This variable is mainly intended to be temporarily set to non-nil by | 74 | This variable is mainly intended to be temporarily set to non-nil by |
| 75 | the F command in view-mode, but you can set it to t if you want the action | 75 | the F command in view-mode, but you can set it to t if you want the action |
| 76 | for all scroll commands in view mode." | 76 | for all scroll commands in view mode." |
| @@ -94,7 +94,7 @@ considered for restoring." | |||
| 94 | :group 'view) | 94 | :group 'view) |
| 95 | 95 | ||
| 96 | (defcustom view-inhibit-help-message nil | 96 | (defcustom view-inhibit-help-message nil |
| 97 | "*Non-nil inhibits the help message showed upon entering View mode." | 97 | "*Non-nil inhibits the help message shown upon entering View mode." |
| 98 | :type 'boolean | 98 | :type 'boolean |
| 99 | :group 'view | 99 | :group 'view |
| 100 | :version "22.1") | 100 | :version "22.1") |