mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-19 03:17:36 +00:00
Doc fix.
This commit is contained in:
parent
f2da0c6813
commit
5792c834cd
1 changed files with 1 additions and 2 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in a new issue