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/time.el

    r4190 r4210  
    3838(defcustom display-time-mail-file nil 
    3939  "*File name of mail inbox file, for indicating existence of new mail. 
    40 Non-nil and not a string means don't check for mail. nil means use 
     40Non-nil and not a string means don't check for mail; nil means use 
    4141default, which is system-dependent, and is the same as used by Rmail." 
    4242  :type '(choice (const :tag "None" none) 
     
    9595(defcustom display-time-24hr-format nil 
    9696  "*Non-nil indicates time should be displayed as hh:mm, 0 <= hh <= 23. 
    97 nil means 1 <= hh <= 12, and an AM/PM suffix is used." 
     97A value of nil means 1 <= hh <= 12, and an AM/PM suffix is used." 
    9898  :type 'boolean 
    9999  :group 'display-time)