summaryrefslogtreecommitdiff
path: root/doc/lispref
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2007-10-25 04:03:18 +0000
committerGlenn Morris <rgm@gnu.org>2007-10-25 04:03:18 +0000
commit400d5681de7914c1c8acf7221d0031b73bd36ef3 (patch)
treeea5cae79edb84dcb5362478ee21a6f9bfc704829 /doc/lispref
parent1f8977ce9b4e8fd9e76b07133e6c8b06cf7d309d (diff)
downloademacs-400d5681de7914c1c8acf7221d0031b73bd36ef3.tar.gz
(Variable Definitions): Add :risky and :safe keywords.
Diffstat (limited to 'doc/lispref')
-rw-r--r--doc/lispref/customize.texi8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/lispref/customize.texi b/doc/lispref/customize.texi
index c375706e6f9..7c723a29f28 100644
--- a/doc/lispref/customize.texi
+++ b/doc/lispref/customize.texi
@@ -393,6 +393,14 @@ value and then reevaluates the defcustom. By that time, the necessary
variables and functions will be defined, so there will not be an error.
@end table
+@item :risky @var{value}
+@kindex risky@r{, @code{defcustom} keyword}
+Set this variable's @code{risky-local-variable} property to @var{value}.
+
+@item :safe @var{function}
+@kindex safe@r{, @code{defcustom} keyword}
+Set this variable's @code{safe-local-variable} property to @var{function}.
+
@item :set-after @var{variables}
@kindex set-after@r{, @code{defcustom} keyword}
When setting variables according to saved customizations, make sure to