diff options
| -rw-r--r-- | man/custom.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/man/custom.texi b/man/custom.texi index 9b8231359b9..ab29bd83e09 100644 --- a/man/custom.texi +++ b/man/custom.texi | |||
| @@ -1060,6 +1060,12 @@ value are @code{t}, @code{nil}, and anything else, just as for | |||
| 1060 | neither @code{t} nor @code{nil}, so normally Emacs does ask for | 1060 | neither @code{t} nor @code{nil}, so normally Emacs does ask for |
| 1061 | confirmation about file settings for these variables. | 1061 | confirmation about file settings for these variables. |
| 1062 | 1062 | ||
| 1063 | @findex safe-local-eval-forms | ||
| 1064 | The @code{safe-local-eval-forms} is a customizable list of eval | ||
| 1065 | forms which are safe to eval, so Emacs should not ask for | ||
| 1066 | confirmation to evaluate these forms, even if | ||
| 1067 | @code{enable-local-variables} says to ask for confirmation in general. | ||
| 1068 | |||
| 1063 | @node Key Bindings | 1069 | @node Key Bindings |
| 1064 | @section Customizing Key Bindings | 1070 | @section Customizing Key Bindings |
| 1065 | @cindex key bindings | 1071 | @cindex key bindings |