# HG changeset patch # User stephent # Date 1110867341 0 # Node ID bac3173b26655a9973c1406460ec3838f2fc4083 # Parent 2a7946baf6afffbe943cb07f1fa6c9340dc12365 [xemacs-hg @ 2005-03-15 06:15:35 by stephent] shut up makeinfo and hack-local-variables <87zmx577w8.fsf@tleepslib.sk.tsukuba.ac.jp> diff -r 2a7946baf6af -r bac3173b2665 man/ChangeLog --- a/man/ChangeLog Mon Mar 14 22:51:34 2005 +0000 +++ b/man/ChangeLog Tue Mar 15 06:15:41 2005 +0000 @@ -1,3 +1,9 @@ +2005-03-15 Stephen J. Turnbull + + * internals/internals.texi (The XEmacs Split): + * standards.texi (Option Table): + Shut up makeinfo and hack-local-variables. + 2005-03-14 Stephen J. Turnbull * internals/internals.texi (How Lisp Objects Are Represented in C): diff -r 2a7946baf6af -r bac3173b2665 man/internals/internals.texi --- a/man/internals/internals.texi Mon Mar 14 22:51:34 2005 +0000 +++ b/man/internals/internals.texi Tue Mar 15 06:15:41 2005 +0000 @@ -1871,7 +1871,7 @@ @subheading Ben Wing's attempts -@strong{NOTE NOTE NOTE}: The following is a @strong{highly} opinionated +@strong{Nota bene:} The following is a @strong{highly} opinionated piece written by one of the main authors of XEmacs. This reflects his opinions, and his only! It is included here because it may help to clarify some of the issues that are keeping the two versions of Emacs diff -r 2a7946baf6af -r bac3173b2665 man/standards.texi --- 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: