From: Michael Albinus Date: Sat, 17 Feb 2018 18:43:13 +0000 (+0100) Subject: ; Fix oversight from last commit X-Git-Tag: emacs-26.1-rc1~188 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6537f996c1115ac5debee8ea1653a1bedf65d597;p=emacs.git ; Fix oversight from last commit * doc/emacs/maintaining.texi (Select Tags Table): Use proper "~/.emacs.d" directory. --- 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.