; Fix oversight from last commit
* doc/emacs/maintaining.texi (Select Tags Table): Use proper "~/.emacs.d" directory.
This commit is contained in:
@@ -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.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user