diff options
| -rw-r--r-- | doc/lispref/variables.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/lispref/variables.texi b/doc/lispref/variables.texi index 153a80a4443..1a1860df307 100644 --- a/doc/lispref/variables.texi +++ b/doc/lispref/variables.texi | |||
| @@ -1847,6 +1847,11 @@ variables have @code{safe-local-variable} properties; these include | |||
| 1847 | For boolean-valued variables that are safe, use @code{booleanp} as the | 1847 | For boolean-valued variables that are safe, use @code{booleanp} as the |
| 1848 | property value. | 1848 | property value. |
| 1849 | 1849 | ||
| 1850 | If you want to define @code{safe-local-variable} properties for | ||
| 1851 | variables defined in C source code, add the names and the properties | ||
| 1852 | of those variables to the list in the ``Safe local variables'' section | ||
| 1853 | of @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 |