Changeset 4210 for trunk/lisp/view.el
- Timestamp:
- 06/02/07 09:29:41 (1 year ago)
- Files:
-
- trunk/lisp/view.el (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp/view.el
r4200 r4210 65 65 (defcustom view-scroll-auto-exit nil 66 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 68 only rings the bell and gives a message on how to leave." 69 69 :type 'boolean … … 71 71 72 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 74 This variable is mainly intended to be temporarily set to non-nil by 75 75 the F command in view-mode, but you can set it to t if you want the action … … 95 95 96 96 (defcustom view-inhibit-help-message nil 97 "*Non-nil inhibits the help message show edupon entering View mode."97 "*Non-nil inhibits the help message shown upon entering View mode." 98 98 :type 'boolean 99 99 :group 'view
