Mercurial > hg > xemacs-beta
changeset 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 | 2a7946baf6af |
children | 7bf1f40e6acb |
files | man/ChangeLog man/internals/internals.texi man/standards.texi |
diffstat | 3 files changed, 13 insertions(+), 13 deletions(-) [+] |
line wrap: on
line diff
--- 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 <stephen@xemacs.org> + + * internals/internals.texi (The XEmacs Split): + * standards.texi (Option Table): + Shut up makeinfo and hack-local-variables. + 2005-03-14 Stephen J. Turnbull <stephen@xemacs.org> * internals/internals.texi (How Lisp Objects Are Represented in C):
--- 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
--- 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: