aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/lispref/customize.texi4
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}
400Set this variable's @code{risky-local-variable} property to 400Set 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}
405Set this variable's @code{safe-local-variable} property to 405Set 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}