# HG changeset patch # User Dave Love # Date 944763776 0 # Node ID 626ae4bb4994d64007e02e17c706315be3f78ec6 # Parent ace54bd67b1054e7f24da59e32442ffca180a375 Fix makeinfo complaints. diff -r ace54bd67b10 -r 626ae4bb4994 lispref/internals.texi --- 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. diff -r ace54bd67b10 -r 626ae4bb4994 lispref/modes.texi --- 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 diff -r ace54bd67b10 -r 626ae4bb4994 lispref/objects.texi --- 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 diff -r ace54bd67b10 -r 626ae4bb4994 lispref/searching.texi --- 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.