; Fix oversight from last commit

* doc/emacs/maintaining.texi (Select Tags Table): Use proper
"~/.emacs.d" directory.
This commit is contained in:
Michael Albinus 2018-02-17 19:43:13 +01:00
parent eb94588e3c
commit 6537f996c1

View file

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