From: Juri Linkov Date: Tue, 25 Jun 2013 20:23:10 +0000 (+0300) Subject: * lisp/files-x.el (modify-dir-local-variable): Change the header comment X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1992^2~36 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ec64c2738515452c75a38c31537c2b495bb77c74;p=emacs.git * lisp/files-x.el (modify-dir-local-variable): Change the header comment in the file with directory local variables. Fixes: debbugs:14692 --- 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 + + * 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 * 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