Fix last change in Xref documentation
* doc/emacs/maintaining.texi (Looking Up Identifiers): More accurate wording for the description of xref-etags-mode.
This commit is contained in:
parent
51866758c1
commit
761845cc4a
1 changed files with 11 additions and 9 deletions
|
@ -1875,15 +1875,17 @@ steps to a depth determined by the variable
|
||||||
|
|
||||||
@findex xref-etags-mode
|
@findex xref-etags-mode
|
||||||
Some major modes install @code{xref} support facilities that might
|
Some major modes install @code{xref} support facilities that might
|
||||||
fail to find certain identifiers. For example, in Emacs Lisp mode
|
sometimes fail to find certain identifiers. For example, in Emacs
|
||||||
(@pxref{Lisp Eval}) @kbd{M-.} will by default find only functions and
|
Lisp mode (@pxref{Lisp Eval}) @kbd{M-.} will by default find only
|
||||||
variables from Lisp packages that are loaded into the current Emacs
|
functions and variables from Lisp packages which are loaded into the
|
||||||
session. To find more identifiers, turn on the Xref Etags minor mode
|
current Emacs session or are auto-loaded (@pxref{Autoload,,, elisp,
|
||||||
with @w{@kbd{M-x xref-etags-mode}}. This command forces @code{xref}
|
The Emacs Lisp Reference Manual}). If @kbd{M-.} fails to find some
|
||||||
to use the @code{etags} backend (@pxref{Xref}). (For this to work,
|
identifiers, you can try forcing @code{xref} to use the @code{etags}
|
||||||
you should first run @command{etags} to create the tags table, see
|
backend (@pxref{Xref}). To this end, turn on the Xref Etags minor
|
||||||
@ref{Create Tags Table}.)
|
mode with @w{@kbd{M-x xref-etags-mode}}, then invoke @kbd{M-.} again.
|
||||||
|
(For this to work, be sure to run @command{etags} to create the tags
|
||||||
|
table in the directory tree of the source files, see @ref{Create Tags
|
||||||
|
Table}.)
|
||||||
|
|
||||||
@node Xref Commands
|
@node Xref Commands
|
||||||
@subsubsection Commands Available in the @file{*xref*} Buffer
|
@subsubsection Commands Available in the @file{*xref*} Buffer
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue