Show
Ignore:
Timestamp:
06/02/07 09:29:41 (1 year ago)
Author:
miyoshi
Message:

Sync up with Emacs_22_BASE.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp/view.el

    r4200 r4210  
    6565(defcustom view-scroll-auto-exit nil 
    6666  "*Non-nil means scrolling past the end of buffer exits View mode. 
    67 nil means attempting to scroll past the end of the buffer, 
     67A value of nil means attempting to scroll past the end of the buffer, 
    6868only rings the bell and gives a message on how to leave." 
    6969  :type 'boolean 
     
    7171 
    7272(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. 
    7474This variable is mainly intended to be temporarily set to non-nil by 
    7575the F command in view-mode, but you can set it to t if you want the action 
     
    9595 
    9696(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." 
    9898  :type 'boolean 
    9999  :group 'view