Add before-save-hook to man page files
* doc/man/ebrowse.1: * doc/man/emacs.1.in: * doc/man/emacsclient.1: * doc/man/etags.1: Add 'before-save-hook' that runs 'time-stamp' to local variables.
This commit is contained in:
parent
7b0e6cb3ff
commit
3f3c08bcc7
4 changed files with 4 additions and 0 deletions
|
@ -100,6 +100,7 @@ in a translation approved by the Free Software Foundation.
|
|||
.
|
||||
|
||||
.\" Local Variables:
|
||||
.\" eval: (add-hook 'before-save-hook 'time-stamp nil t)
|
||||
.\" time-stamp-pattern: "3/.TH EBROWSE 1 \"%Y-%02m-%02d\" \"GNU Emacs\" \"GNU\"$"
|
||||
.\" time-stamp-time-zone: "UTC0"
|
||||
.\" End:
|
||||
|
|
|
@ -682,6 +682,7 @@ in a translation approved by the Free Software Foundation.
|
|||
.
|
||||
|
||||
.\" Local Variables:
|
||||
.\" eval: (add-hook 'before-save-hook 'time-stamp nil t)
|
||||
.\" time-stamp-pattern: "3/.TH EMACS 1 \"%Y-%02m-%02d\" \"GNU Emacs @version@\" \"GNU\"$"
|
||||
.\" time-stamp-time-zone: "UTC0"
|
||||
.\" End:
|
||||
|
|
|
@ -193,6 +193,7 @@ specific to that system.
|
|||
This manual page is in the public domain.
|
||||
|
||||
.\" Local Variables:
|
||||
.\" eval: (add-hook 'before-save-hook 'time-stamp nil t)
|
||||
.\" time-stamp-pattern: "3/.TH EMACSCLIENT 1 \"%Y-%02m-%02d\" \"GNU Emacs\" \"GNU\"$"
|
||||
.\" time-stamp-time-zone: "UTC0"
|
||||
.\" End:
|
||||
|
|
|
@ -307,6 +307,7 @@ modified versions, except that this permission notice may be stated
|
|||
in a translation approved by the Free Software Foundation.
|
||||
|
||||
.\" Local Variables:
|
||||
.\" eval: (add-hook 'before-save-hook 'time-stamp nil t)
|
||||
.\" time-stamp-pattern: "3/.TH ETAGS 1 \"%Y-%02m-%02d\" \"GNU Tools\" \"GNU\"$"
|
||||
.\" time-stamp-time-zone: "UTC0"
|
||||
.\" End:
|
||||
|
|
Loading…
Add table
Reference in a new issue