diff options
author | Glenn Morris <rgm@gnu.org> | 2019-12-29 15:41:52 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2019-12-29 15:41:52 -0800 |
commit | 219d47893aef0da1dc42f0c5445df68a2abf480a (patch) | |
tree | e0b384f6361993680b21d32d576b25a79bcd1fce /doc/lispref/customize.texi | |
parent | 4bbfd2b42f73f35da6c5b338239308428809c5f7 (diff) | |
download | emacs-219d47893aef0da1dc42f0c5445df68a2abf480a.tar.gz emacs-219d47893aef0da1dc42f0c5445df68a2abf480a.tar.bz2 emacs-219d47893aef0da1dc42f0c5445df68a2abf480a.zip |
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.
Diffstat (limited to 'doc/lispref/customize.texi')
-rw-r--r-- | doc/lispref/customize.texi | 3 |
1 files changed, 1 insertions, 2 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} |