From 6537f996c1115ac5debee8ea1653a1bedf65d597 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Sat, 17 Feb 2018 19:43:13 +0100 Subject: [PATCH] ; Fix oversight from last commit * doc/emacs/maintaining.texi (Select Tags Table): Use proper "~/.emacs.d" directory. --- doc/emacs/maintaining.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi index aa3ac3b9920..23e08a58e88 100644 --- a/doc/emacs/maintaining.texi +++ b/doc/emacs/maintaining.texi @@ -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. -- 2.39.2