emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-27 219d478: Fixes for makeinfo 4.13


From: Glenn Morris
Subject: emacs-27 219d478: Fixes for makeinfo 4.13
Date: Sun, 29 Dec 2019 18:42:02 -0500 (EST)

branch: emacs-27
commit 219d47893aef0da1dc42f0c5445df68a2abf480a
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    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 b19feaf..a44446b 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 1d03cbd..36d32ff 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.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]