diff options
| author | Glenn Morris | 2009-07-09 03:06:12 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-07-09 03:06:12 +0000 |
| commit | 95ddd36f15852da10d35c12ec80baca265260f65 (patch) | |
| tree | ea61e2e466fb175a9506d65c59aaaefcd1003bbf | |
| parent | f751a2aedc504501e6cca669f569ed58356566a1 (diff) | |
| download | emacs-95ddd36f15852da10d35c12ec80baca265260f65.tar.gz emacs-95ddd36f15852da10d35c12ec80baca265260f65.zip | |
Minor rearrangements to improve TeX line-filling.
| -rw-r--r-- | doc/lispref/customize.texi | 4 |
1 files changed, 2 insertions, 2 deletions
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. | |||
| 397 | 397 | ||
| 398 | @item :risky @var{value} | 398 | @item :risky @var{value} |
| 399 | @kindex risky@r{, @code{defcustom} keyword} | 399 | @kindex risky@r{, @code{defcustom} keyword} |
| 400 | Set this variable's @code{risky-local-variable} property to | 400 | Set the variable's @code{risky-local-variable} property to |
| 401 | @var{value} (@pxref{File Local Variables}). | 401 | @var{value} (@pxref{File Local Variables}). |
| 402 | 402 | ||
| 403 | @item :safe @var{function} | 403 | @item :safe @var{function} |
| 404 | @kindex safe@r{, @code{defcustom} keyword} | 404 | @kindex safe@r{, @code{defcustom} keyword} |
| 405 | Set this variable's @code{safe-local-variable} property to | 405 | Set the variable's @code{safe-local-variable} property to |
| 406 | @var{function} (@pxref{File Local Variables}). | 406 | @var{function} (@pxref{File Local Variables}). |
| 407 | 407 | ||
| 408 | @item :set-after @var{variables} | 408 | @item :set-after @var{variables} |