diff options
| author | Richard M. Stallman | 1992-10-09 05:29:15 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1992-10-09 05:29:15 +0000 |
| commit | 5792c834cd01deff490a2884ab6630ce8d9177fc (patch) | |
| tree | 0579c60d804852fa03c5bc8d023ff9ed8b08ffa2 | |
| parent | f2da0c6813e7ff352c022068981b6c8bfe879c88 (diff) | |
| download | emacs-5792c834cd01deff490a2884ab6630ce8d9177fc.tar.gz emacs-5792c834cd01deff490a2884ab6630ce8d9177fc.zip | |
Doc fix.
| -rw-r--r-- | lisp/files.el | 3 |
1 files changed, 1 insertions, 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 | |||
| 610 | (if mode (funcall mode)))) | 610 | (if mode (funcall mode)))) |
| 611 | 611 | ||
| 612 | (defun hack-local-variables () | 612 | (defun hack-local-variables () |
| 613 | "Parse (and bind or evaluate as appropriate) any local variables | 613 | "Parse and put into effect this buffer's local variables spec." |
| 614 | for current buffer." | ||
| 615 | ;; Look for "Local variables:" line in last page. | 614 | ;; Look for "Local variables:" line in last page. |
| 616 | (save-excursion | 615 | (save-excursion |
| 617 | (goto-char (point-max)) | 616 | (goto-char (point-max)) |