From 5792c834cd01deff490a2884ab6630ce8d9177fc Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 9 Oct 1992 05:29:15 +0000 Subject: [PATCH] Doc fix. --- lisp/files.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/files.el b/lisp/files.el index c5d101f1469..27cbe58527a 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -610,8 +610,7 @@ If enable-local-variables is nil, this function will not check for a (if mode (funcall mode)))) (defun hack-local-variables () - "Parse (and bind or evaluate as appropriate) any local variables -for current buffer." + "Parse and put into effect this buffer's local variables spec." ;; Look for "Local variables:" line in last page. (save-excursion (goto-char (point-max))