]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix oversight from last commit
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 17 Feb 2018 18:43:13 +0000 (19:43 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Sat, 17 Feb 2018 18:43:13 +0000 (19:43 +0100)
* doc/emacs/maintaining.texi (Select Tags Table): Use proper
"~/.emacs.d" directory.

doc/emacs/maintaining.texi

index aa3ac3b99206a3968369399c74c503f6f4403172..23e08a58e8833ed2c253732d6d725c4b3882fca2 100644 (file)
@@ -2621,13 +2621,13 @@ current list, it is used @emph{as well as} the others.
 @example
 @group
 (setq tags-table-list
-      '("~/emacs.d/init.el" "/usr/local/lib/emacs/src"))
+      '("~/.emacs.d" "/usr/local/lib/emacs/src"))
 @end group
 @end example
 
 @noindent
 This tells the tags commands to look at the @file{TAGS} files in your
-@file{~/emacs} directory and in the @file{/usr/local/lib/emacs/src}
+@file{~/.emacs.d} directory and in the @file{/usr/local/lib/emacs/src}
 directory.  The order depends on which file you are in and which tags
 table mentions that file.