diff options
author | Eli Zaretskii <eliz@gnu.org> | 2023-05-11 19:06:18 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2023-05-11 19:06:18 +0300 |
commit | 1c60b0639b121d20eb245ff60c39d120396aa5bf (patch) | |
tree | 2751a6e1a237d3f28ffa55e8642ddf4d8756ab13 /doc | |
parent | 1eda3d9dc5c1f883b6bdefe1a6072d3c9e2224e7 (diff) | |
download | emacs-1c60b0639b121d20eb245ff60c39d120396aa5bf.tar.gz |
; * lisp/files.el (Safe File Variables): Remove redundant text.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/emacs/custom.texi | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/doc/emacs/custom.texi b/doc/emacs/custom.texi index 80490effb6c..d8abf81c75f 100644 --- a/doc/emacs/custom.texi +++ b/doc/emacs/custom.texi @@ -1364,18 +1364,6 @@ variable @code{enable-remote-dir-locals} has a non-@code{nil} value, the list can include remote directories as well (@pxref{Remote Files}). -When @kbd{+} is pressed -at the risky variable confirmation prompt, the directory in question -is added to the @samp{safe-local-variable-directories} variable, and -risky directory-local variables there will be loaded without prompting -in the future. If customizing @samp{safe-local-variable-directories} -manually, the directories in this list must be fully-expanded absolute -paths that end in a directory separator character. Directory paths -may be remote directory paths (@pxref{Remote Files}), if the -@code{enable-remote-dir-locals} variable is set to @code{t}. -Directory paths in this list are case-sensitive, even if the -filesystem is not. - @vindex enable-local-variables The variable @code{enable-local-variables} allows you to change the way Emacs processes local variables. Its default value is @code{t}, |