changeset 26783:626ae4bb4994

Fix makeinfo complaints.
author Dave Love <fx@gnu.org>
date Thu, 09 Dec 1999 18:22:56 +0000
parents ace54bd67b10
children 4d1698b6a3bb
files lispref/internals.texi lispref/modes.texi lispref/objects.texi lispref/searching.texi
diffstat 4 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/internals.texi	Thu Dec 09 17:54:56 1999 +0000
+++ b/lispref/internals.texi	Thu Dec 09 18:22:56 1999 +0000
@@ -1206,7 +1206,7 @@
 @item right_margin_width
 Likewise for the right margin.
 
-@begin ignore
+@ignore
 @item last_mark_x
 @item last_mark_y
 ???Not used.
@@ -1234,7 +1234,7 @@
 If redisplay in this window goes beyond this buffer position, it runs
 run the @code{redisplay-end-trigger-hook}.
 
-@begin ignore
+@ignore
 @item orig_height
 @item orig_top
 ??? Are temporary storage areas.
--- a/lispref/modes.texi	Thu Dec 09 17:54:56 1999 +0000
+++ b/lispref/modes.texi	Thu Dec 09 18:22:56 1999 +0000
@@ -1518,7 +1518,7 @@
 @defvar header-line-format
 This variable, local in every buffer, specifies how to display the
 header line, for windows displaying the buffer.  The format of the value
-is the same as for @code{mode-line-format} (@xref{Mode Line Data}).
+is the same as for @code{mode-line-format} (@pxref{Mode Line Data}).
 @end defvar
 
 @tindex default-header-line-format
--- a/lispref/objects.texi	Thu Dec 09 17:54:56 1999 +0000
+++ b/lispref/objects.texi	Thu Dec 09 18:22:56 1999 +0000
@@ -908,9 +908,9 @@
 unibyte source, then the character is read as unibyte and that makes the
 string unibyte.
 
-  You can also represent a multibyte non-@sc{ASCII} character with its
+  You can also represent a multibyte non-@sc{ascii} character with its
 character code: use a hex escape, @samp{\x@var{nnnnnnn}}, with as many
-digits as necessary.  (Multibyte non-@sc{ASCII} character codes are all
+digits as necessary.  (Multibyte non-@sc{ascii} character codes are all
 greater than 256.)  Any character which is not a valid hex digit
 terminates this construct.  If the next character in the string could be
 interpreted as a hex digit, write @w{@samp{\ }} (backslash and space) to
--- a/lispref/searching.texi	Thu Dec 09 17:54:56 1999 +0000
+++ b/lispref/searching.texi	Thu Dec 09 18:22:56 1999 +0000
@@ -1003,7 +1003,7 @@
 with.  If it is a string, that string is used.  It can also be a list of
 strings, to be used in cyclic order.
 
-If @var{replacements} is a cons cell, @var{(@var{function}
+If @var{replacements} is a cons cell, @code{(@var{function}
 . @var{data})}, this means to call @var{function} after each match to
 get the replacement text.  This function is called with two arguments:
 @var{data}, and the number of replacements already made.