diff options
author | Juri Linkov <juri@jurta.org> | 2013-06-25 23:23:10 +0300 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2013-06-25 23:23:10 +0300 |
commit | ec64c2738515452c75a38c31537c2b495bb77c74 (patch) | |
tree | 6ce2d108ab7ae9626991680a7c0827458e469f4d /lisp | |
parent | bfbc93a1de51de1707092339156aa909c0bdfdb4 (diff) | |
download | emacs-ec64c2738515452c75a38c31537c2b495bb77c74.tar.gz emacs-ec64c2738515452c75a38c31537c2b495bb77c74.tar.bz2 emacs-ec64c2738515452c75a38c31537c2b495bb77c74.zip |
* lisp/files-x.el (modify-dir-local-variable): Change the header comment
in the file with directory local variables.
Fixes: debbugs:14692
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 5 | ||||
-rw-r--r-- | lisp/files-x.el | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1cba40dc90e..9dd5772b327 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2013-06-25 Juri Linkov <juri@jurta.org> + + * files-x.el (modify-dir-local-variable): Change the header comment + in the file with directory local variables. (Bug#14692) + 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org> * net/eww.el (eww-make-unique-file-name): Create a unique file diff --git a/lisp/files-x.el b/lisp/files-x.el index 072eebece80..c9ff931cd55 100644 --- a/lisp/files-x.el +++ b/lisp/files-x.el @@ -475,7 +475,7 @@ from the MODE alist ignoring the input argument VALUE." ;; Insert modified alist of directory-local variables. (insert ";;; Directory Local Variables\n") - (insert ";;; See Info node `(emacs) Directory Variables' for more information.\n\n") + (insert ";;; For more information see (info \"(emacs) Directory Variables\")\n\n") (pp (sort variables (lambda (a b) (cond |