Changeset 4210 for trunk/lisp/time.el
- Timestamp:
- 06/02/07 09:29:41 (1 year ago)
- Files:
-
- trunk/lisp/time.el (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp/time.el
r4190 r4210 38 38 (defcustom display-time-mail-file nil 39 39 "*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 use40 Non-nil and not a string means don't check for mail; nil means use 41 41 default, which is system-dependent, and is the same as used by Rmail." 42 42 :type '(choice (const :tag "None" none) … … 95 95 (defcustom display-time-24hr-format nil 96 96 "*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."97 A value of nil means 1 <= hh <= 12, and an AM/PM suffix is used." 98 98 :type 'boolean 99 99 :group 'display-time)
