changeset 2214:0ac5faff7095

[xemacs-hg @ 2004-08-13 09:28:20 by stephent] fix bogus xref <87d61vcrr5.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Fri, 13 Aug 2004 09:28:23 +0000
parents d7b0be86f112
children 5b25cf17bd61
files man/ChangeLog man/lispref/positions.texi
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/man/ChangeLog	Thu Aug 12 21:50:32 2004 +0000
+++ b/man/ChangeLog	Fri Aug 13 09:28:23 2004 +0000
@@ -1,3 +1,7 @@
+2004-08-13  Stephen J. Turnbull  <stephen@xemacs.org>
+
+	* lispref/positions.texi (Text Lines):  makeinfo doesn't like Note:.
+
 2004-07-19  Stephen J. Turnbull  <stephen@xemacs.org>
 
 	* lispref/glyphs.texi: Complete reorganization, some content updated.
@@ -14,7 +18,7 @@
 
 	* internals/internals.texi (Techniques for XEmacs Developers): Be
 	specific when discussing optimization.
-	(Techniques for XEmacs Developers): Fragments that are meaningly
+	(Techniques for XEmacs Developers): Fragments that are meaningful
 	by themselves or contain placeholders should be @samp, not @code.
 	(Modules for Internationalization): Add description of mule-coding.c
 	and further deprecate mule.c.
--- a/man/lispref/positions.texi	Thu Aug 12 21:50:32 2004 +0000
+++ b/man/lispref/positions.texi	Fri Aug 13 09:28:23 2004 +0000
@@ -364,7 +364,7 @@
 With optional @var{ignore-invisible-lines-flag} non-@code{nil}, lines
 collapsed with selective-display are excluded from the line count.
 
-@strong{Note:} The expression to return the current line number is not
+@strong{N.B.} The expression to return the current line number is not
 obvious:
 
 @example