From 219d47893aef0da1dc42f0c5445df68a2abf480a Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sun, 29 Dec 2019 15:41:52 -0800 Subject: [PATCH] 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. --- doc/lispref/customize.texi | 3 +-- doc/lispref/internals.texi | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/lispref/customize.texi b/doc/lispref/customize.texi index b19feaf977f..a44446b1319 100644 --- a/doc/lispref/customize.texi +++ b/doc/lispref/customize.texi @@ -431,8 +431,7 @@ the build-time context. This also has the side-effect that the @kindex local@r{, @code{defcustom} keyword} 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 -@code{permanent-local} property to @code{t}. @xref {Creating -Buffer-Local}. +@code{permanent-local} property to @code{t}. @xref{Creating Buffer-Local}. @item :risky @var{value} @kindex risky@r{, @code{defcustom} keyword} diff --git a/doc/lispref/internals.texi b/doc/lispref/internals.texi index 1d03cbd085b..36d32ffddab 100644 --- a/doc/lispref/internals.texi +++ b/doc/lispref/internals.texi @@ -972,7 +972,7 @@ The name of the variable to be used by Lisp programs. The name of the variable in the C sources. @item doc The documentation for the variable, as a C -comment. @xref{Documentation Basics} for more details. +comment. @xref{Documentation Basics}, for more details. @end table 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 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 to and from GMP @code{mpz_t} values. -- 2.39.2