diff options
| author | Stephen Gildea | 2025-03-29 16:48:58 -0700 |
|---|---|---|
| committer | Stephen Gildea | 2025-03-29 16:53:23 -0700 |
| commit | 5d620aefae267a12b4046606f85e6f2865d729da (patch) | |
| tree | 8d470ce9d740bd1060c2fb1f8e3c310a6ee45db7 /doc | |
| parent | a5126f79a163192947acb18a32e199c588be7c4a (diff) | |
| download | emacs-5d620aefae267a12b4046606f85e6f2865d729da.tar.gz emacs-5d620aefae267a12b4046606f85e6f2865d729da.zip | |
time-stamp source commentary: point to manual section
* lisp/time-stamp.el: Add an Info link in the commentary,
now that the manual has more to say.
* doc/emacs/files.texi (Time Stamps for One File): Expand one
consistent example.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/files.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi index 0a63da4217d..6128be8f128 100644 --- a/doc/emacs/files.texi +++ b/doc/emacs/files.texi | |||
| @@ -1132,7 +1132,7 @@ To extend one of the previous examples: | |||
| 1132 | @group | 1132 | @group |
| 1133 | // Local variables: | 1133 | // Local variables: |
| 1134 | // eval: (add-hook 'before-save-hook 'time-stamp nil t) | 1134 | // eval: (add-hook 'before-save-hook 'time-stamp nil t) |
| 1135 | // time-stamp-pattern: "year_published = \"%Y\"" | 1135 | // time-stamp-pattern: "Published %Y in Boston" |
| 1136 | // End: | 1136 | // End: |
| 1137 | @end group | 1137 | @end group |
| 1138 | @end example | 1138 | @end example |