From 3f2623c37738dd634fd3fa1eb1581b134cbea70c Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Fri, 9 Nov 2007 03:19:27 +0000 Subject: [PATCH] (enable-local-variables): Doc fix. --- lisp/ChangeLog | 4 ++++ lisp/files.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 30b0241e8fd..20f4f7480f6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2007-11-09 Juanma Barranquero + + * files.el (enable-local-variables): Doc fix. + 2007-11-08 David Hansen (tiny change) * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to diff --git a/lisp/files.el b/lisp/files.el index 169912b94bc..6aff489e0a2 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -450,7 +450,7 @@ use `before-save-hook'.") (defcustom enable-local-variables t "Control use of local variables in files you visit. -The value can be t, nil, :safe, or something else. +The value can be t, nil, :safe, :all or something else. A value of t means file local variables specifications are obeyed if all the specified variable values are safe; if any values are -- 2.39.2