]> git.eshelyaron.com Git - emacs.git/commitdiff
* 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 1cba40dc90ee8c6002618e68a65e71de7fa032d6..9dd5772b3275aeabbc9a4cbcc45441f2c221c316 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 072eebece8024294d4f22d0127dab5a4271603c7..c9ff931cd558f66756e5eaa980b11915b9581539 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