Fix makeinfo complaints.
authorDave Love <fx@gnu.org>
Thu, 9 Dec 1999 18:22:56 +0000 (18:22 +0000)
committerDave Love <fx@gnu.org>
Thu, 9 Dec 1999 18:22:56 +0000 (18:22 +0000)
lispref/internals.texi
lispref/modes.texi
lispref/objects.texi
lispref/searching.texi

index 6f261d0..08323a1 100644 (file)
@@ -1206,7 +1206,7 @@ is used.
 @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 @@ onto the screen.
 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.
index 0276f20..92ef06e 100644 (file)
@@ -1518,7 +1518,7 @@ controlled by different variables.
 @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
index 1da8286..6678d1e 100644 (file)
@@ -908,9 +908,9 @@ makes the string multibyte.  If the string constant is read from a
 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
index 67c9248..f4c4eca 100644 (file)
@@ -1003,7 +1003,7 @@ The argument @var{replacements} specifies what to replace occurrences
 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.