emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 6537f99: ; Fix oversight from last commit


From: Michael Albinus
Subject: [Emacs-diffs] emacs-26 6537f99: ; Fix oversight from last commit
Date: Sat, 17 Feb 2018 13:43:21 -0500 (EST)

branch: emacs-26
commit 6537f996c1115ac5debee8ea1653a1bedf65d597
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    ; 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 aa3ac3b..23e08a5 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
address@hidden/emacs} directory and in the @file{/usr/local/lib/emacs/src}
address@hidden/.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.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]