aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/files.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1992-10-09 05:29:15 +0000
committerRichard M. Stallman <[email protected]>1992-10-09 05:29:15 +0000
commit5792c834cd01deff490a2884ab6630ce8d9177fc (patch)
tree0579c60d804852fa03c5bc8d023ff9ed8b08ffa2 /lisp/files.el
parentf2da0c6813e7ff352c022068981b6c8bfe879c88 (diff)
Doc fix.
Diffstat (limited to 'lisp/files.el')
-rw-r--r--lisp/files.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/files.el b/lisp/files.el
index c5d101f146..27cbe58527 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))