From ec64c2738515452c75a38c31537c2b495bb77c74 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Tue, 25 Jun 2013 23:23:10 +0300 Subject: [PATCH] * lisp/files-x.el (modify-dir-local-variable): Change the header comment in the file with directory local variables. Fixes: debbugs:14692 --- lisp/ChangeLog | 5 +++++ lisp/files-x.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- 2.11.4.GIT