diff man/standards.texi @ 2665:bac3173b2665

[xemacs-hg @ 2005-03-15 06:15:35 by stephent] shut up makeinfo and hack-local-variables <87zmx577w8.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Tue, 15 Mar 2005 06:15:41 +0000
parents 0784d089fdc9
children
line wrap: on
line diff
--- a/man/standards.texi	Mon Mar 14 22:51:34 2005 +0000
+++ b/man/standards.texi	Tue Mar 15 06:15:41 2005 +0000
@@ -2,7 +2,8 @@
 @c %**start of header
 @setfilename ../info/standards.info
 @settitle GNU Coding Standards
-@c This date is automagically updated when you save this file:
+@c In GNU Emacs, this date is automagically updated when this file is
+@c saved, but in XEmacs you must set it when synching:
 @set lastupdate February 21, 2001
 @c %**end of header
 
@@ -1676,8 +1677,8 @@
 @samp{-q} in Make.
 
 @item quiet
-Used in many programs to inhibit the usual output.  @strong{Note:} every
-program accepting @samp{--quiet} should accept @samp{--silent} as a
+Used in many programs to inhibit the usual output.  @strong{Every
+program accepting @samp{--quiet}} should accept @samp{--silent} as a
 synonym.
 
 @item quiet-unshar
@@ -1791,8 +1792,8 @@
 
 @item silent
 Used in many programs to inhibit the usual output.
-@strong{Note:} every program accepting
-@samp{--silent} should accept @samp{--quiet} as a synonym.
+@strong{Every program accepting
+@samp{--silent}} should accept @samp{--quiet} as a synonym.
 
 @item size
 @samp{-s} in @code{ls}.
@@ -3645,10 +3646,3 @@
 @contents
 
 @bye
-Local variables:
-update-date-leading-regexp: "@c This date is automagically updated when you save this file:\n@set lastupdate "
-update-date-trailing-regexp: ""
-eval: (load "/gd/gnuorg/update-date.el")
-eval: (add-hook 'write-file-hooks 'update-date)
-compile-command: "make just-standards"
-End: