aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGlenn Morris2019-06-01 12:04:43 -0700
committerGlenn Morris2019-06-01 12:04:43 -0700
commit602866264917f0772ceab356e3206a139719d2c5 (patch)
treeb5ae4aa29442919364d93de63834997ce6696ec7 /doc
parent5fb3782e95d512ddb9a23e7d713de5980c7c4c2a (diff)
parent008b263feeba8951a95bec93ec0a9e263cf230f7 (diff)
downloademacs-602866264917f0772ceab356e3206a139719d2c5.tar.gz
emacs-602866264917f0772ceab356e3206a139719d2c5.zip
Merge from origin/emacs-26
008b263 (origin/emacs-26, emacs-26) * lisp/gnus/gnus.el: Mark autoloa... daf32f1 Speed up redisplay of HELLO d8a6d82 Improve documentation of 'safe-local-variable' property # Conflicts: # etc/HELLO
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/variables.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/lispref/variables.texi b/doc/lispref/variables.texi
index 932b7c829b9..5e1bfbd7145 100644
--- a/doc/lispref/variables.texi
+++ b/doc/lispref/variables.texi
@@ -1847,6 +1847,11 @@ variables have @code{safe-local-variable} properties; these include
1847For boolean-valued variables that are safe, use @code{booleanp} as the 1847For boolean-valued variables that are safe, use @code{booleanp} as the
1848property value. 1848property value.
1849 1849
1850 If you want to define @code{safe-local-variable} properties for
1851variables defined in C source code, add the names and the properties
1852of those variables to the list in the ``Safe local variables'' section
1853of @file{files.el}.
1854
1850@cindex autoload cookie, and safe values of variable 1855@cindex autoload cookie, and safe values of variable
1851 When defining a user option using @code{defcustom}, you can set its 1856 When defining a user option using @code{defcustom}, you can set its
1852@code{safe-local-variable} property by adding the arguments 1857@code{safe-local-variable} property by adding the arguments