; * lisp/time-stamp.el: Fix wording in some documentation strings.
This commit is contained in:
parent
1e79c9e9c0
commit
2895cb8d49
1 changed files with 3 additions and 3 deletions
|
@ -138,7 +138,7 @@ Its format is that of the ZONE argument of the `format-time-string' function."
|
|||
|
||||
;;;###autoload
|
||||
(defun time-stamp-zone-type-p (zone)
|
||||
"Return whether or not ZONE is of the correct type for a timezone rule.
|
||||
"Return non-nil if ZONE is of the correct type for a timezone rule.
|
||||
Valid ZONE values are described in the documentation of `format-time-string'."
|
||||
(or (memq zone '(nil t wall))
|
||||
(stringp zone)
|
||||
|
@ -313,7 +313,7 @@ this line to a local variables list near the end of the file:
|
|||
|
||||
If the file has no time-stamp template, this function does nothing.
|
||||
|
||||
You can set `time-stamp-pattern' in a files's local variables list
|
||||
You can set `time-stamp-pattern' in a file's local variables list
|
||||
to customize the information in the time stamp and where it is written.
|
||||
|
||||
The time stamp is updated only if `time-stamp-active' is non-nil."
|
||||
|
@ -712,7 +712,7 @@ and all `time-stamp-format' compatibility."
|
|||
|
||||
(defun time-stamp-do-number (format-char alt-form field-width time)
|
||||
"Handle compatible FORMAT-CHAR where only default width/padding will change.
|
||||
ALT-FORM is whether `#' specified. FIELD-WIDTH is the string
|
||||
ALT-FORM is whether `#' was specified. FIELD-WIDTH is the string
|
||||
width specification or \"\". TIME is the time to convert.
|
||||
This is an internal helper for `time-stamp-string-preprocess'."
|
||||
(let ((format-string (concat "%" (char-to-string format-char))))
|
||||
|
|
Loading…
Add table
Reference in a new issue