From: Glenn Morris Date: Thu, 9 Jul 2009 02:57:50 +0000 (+0000) Subject: Minor rearrangements to improve TeX line-filling. X-Git-Tag: emacs-23.1~135 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d935f1a4f74de3dc00f5999f0ba5fda509dcd60e;p=emacs.git Minor rearrangements to improve TeX line-filling. --- diff --git a/doc/lispref/customize.texi b/doc/lispref/customize.texi index 01a4feb1fe3..b4eb1f0404d 100644 --- a/doc/lispref/customize.texi +++ b/doc/lispref/customize.texi @@ -397,12 +397,12 @@ variables and functions will be defined, so there will not be an error. @item :risky @var{value} @kindex risky@r{, @code{defcustom} keyword} -Set this variable's @code{risky-local-variable} property to +Set the variable's @code{risky-local-variable} property to @var{value} (@pxref{File Local Variables}). @item :safe @var{function} @kindex safe@r{, @code{defcustom} keyword} -Set this variable's @code{safe-local-variable} property to +Set the variable's @code{safe-local-variable} property to @var{function} (@pxref{File Local Variables}). @item :set-after @var{variables}