From: Dave Love Date: Thu, 9 Dec 1999 18:22:56 +0000 (+0000) Subject: Fix makeinfo complaints. X-Git-Tag: emacs-pretest-21.0.90~5819 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=13ede7fc4dbc4305b68906a6655615aa4de3b127;p=emacs.git Fix makeinfo complaints. --- diff --git a/lispref/internals.texi b/lispref/internals.texi index 6f261d038d2..08323a17f1a 100644 --- a/lispref/internals.texi +++ b/lispref/internals.texi @@ -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. diff --git a/lispref/modes.texi b/lispref/modes.texi index 0276f20e538..92ef06e7616 100644 --- a/lispref/modes.texi +++ b/lispref/modes.texi @@ -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 diff --git a/lispref/objects.texi b/lispref/objects.texi index 1da82860262..6678d1ee8c7 100644 --- a/lispref/objects.texi +++ b/lispref/objects.texi @@ -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 diff --git a/lispref/searching.texi b/lispref/searching.texi index 67c92488fe8..f4c4eca1fe2 100644 --- a/lispref/searching.texi +++ b/lispref/searching.texi @@ -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.