Fixes for makeinfo 4.13

* doc/lispref/customize.texi (Variable Definitions): Fix xref.
* doc/lispref/internals.texi (Writing Emacs Primitives)
(Module Values): Follow xref with comma.
This commit is contained in:
Glenn Morris 2019-12-29 15:41:52 -08:00
parent 4bbfd2b42f
commit 219d47893a
2 changed files with 3 additions and 4 deletions

View file

@ -431,8 +431,7 @@ the build-time context. This also has the side-effect that the
@kindex local@r{, @code{defcustom} keyword} @kindex local@r{, @code{defcustom} keyword}
If the @var{value} is @code{t}, mark @var{option} as automatically If the @var{value} is @code{t}, mark @var{option} as automatically
buffer-local; if the value is @code{permanent}, also set @var{option}s buffer-local; if the value is @code{permanent}, also set @var{option}s
@code{permanent-local} property to @code{t}. @xref {Creating @code{permanent-local} property to @code{t}. @xref{Creating Buffer-Local}.
Buffer-Local}.
@item :risky @var{value} @item :risky @var{value}
@kindex risky@r{, @code{defcustom} keyword} @kindex risky@r{, @code{defcustom} keyword}

View file

@ -972,7 +972,7 @@ The name of the variable to be used by Lisp programs.
The name of the variable in the C sources. The name of the variable in the C sources.
@item doc @item doc
The documentation for the variable, as a C The documentation for the variable, as a C
comment. @xref{Documentation Basics} for more details. comment. @xref{Documentation Basics}, for more details.
@end table @end table
By convention, when defining variables of a ``native'' type By convention, when defining variables of a ``native'' type
@ -1647,7 +1647,7 @@ little-endian magnitude of the return value.
The following example uses the GNU Multiprecision Library (GMP) to The following example uses the GNU Multiprecision Library (GMP) to
calculate the next probable prime after a given integer. calculate the next probable prime after a given integer.
@xref{Top,,,gmp} for a general overview of GMP, and @pxref{Integer @xref{Top,,,gmp}, for a general overview of GMP, and @pxref{Integer
Import and Export,,,gmp} for how to convert the @code{magnitude} array Import and Export,,,gmp} for how to convert the @code{magnitude} array
to and from GMP @code{mpz_t} values. to and from GMP @code{mpz_t} values.