* lisp/files-x.el (modify-dir-local-variable): Change the header comment
authorJuri Linkov <juri@jurta.org>
Tue, 25 Jun 2013 20:23:10 +0000 (23:23 +0300)
committerJuri Linkov <juri@jurta.org>
Tue, 25 Jun 2013 20:23:10 +0000 (23:23 +0300)
in the file with directory local variables.

Fixes: debbugs:14692

lisp/ChangeLog
lisp/files-x.el

index 1cba40d..9dd5772 100644 (file)
@@ -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
index 072eebe..c9ff931 100644 (file)
@@ -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