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/files-x.el | |
| parent | bfbc93a1de51de1707092339156aa909c0bdfdb4 (diff) | |
| download | emacs-ec64c2738515452c75a38c31537c2b495bb77c74.tar.gz | |
* 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/files-x.el')
| -rw-r--r-- | lisp/files-x.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
