mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-04 11:23:24 +00:00
; Time Stamps doc: Clearer customize recipe
* doc/emacs/files.texi (Time Stamps): Reorder the customize sentence so that the key words come in the order you would use them.
This commit is contained in:
parent
49c06df224
commit
f0ac271da3
1 changed files with 3 additions and 3 deletions
|
@ -1032,11 +1032,11 @@ After the first time stamp, the line might look like this:
|
|||
Time-stamp: <1993-07-06 11:05:14 terryg>
|
||||
@end example
|
||||
|
||||
Second, configure Emacs to run @code{time-stamp} any time it saves a
|
||||
Second, configure your Emacs to run @code{time-stamp} whenever it saves a
|
||||
file, by adding @code{time-stamp}
|
||||
to @code{before-save-hook} (@pxref{Hooks}).
|
||||
You can either customize the option @code{before-save-hook}
|
||||
(with @kbd{M-x customize-option}, @pxref{Specific Customization}),
|
||||
You can either use @kbd{M-x customize-option} (@pxref{Specific
|
||||
Customization}) to customize the option @code{before-save-hook},
|
||||
or you can edit your init file adding this line:
|
||||
|
||||
@example
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue