From: Glenn Morris Date: Thu, 9 Jul 2009 03:06:12 +0000 (+0000) Subject: Minor rearrangements to improve TeX line-filling. X-Git-Tag: emacs-pretest-23.1.90~2249 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=95ddd36f15852da10d35c12ec80baca265260f65;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}