]> git.eshelyaron.com Git - emacs.git/commitdiff
; Time Stamps doc: Clearer customize recipe
authorStephen Gildea <stepheng+emacs@gildea.com>
Tue, 13 May 2025 22:58:07 +0000 (15:58 -0700)
committerEshel Yaron <me@eshelyaron.com>
Tue, 20 May 2025 20:50:51 +0000 (22:50 +0200)
* doc/emacs/files.texi (Time Stamps): Reorder the customize sentence so
that the key words come in the order you would use them.

(cherry picked from commit f0ac271da385a81a3f537f48a67d59d0057f921e)

doc/emacs/files.texi

index 1db26879247b46a7819c3abb37cc70d89d271c04..22cc5ffa41937072c7d585e31df5f55c972c9436 100644 (file)
@@ -1033,11 +1033,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