diff options
author | Glenn Morris <rgm@gnu.org> | 2018-12-17 17:46:48 -0500 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2018-12-17 17:46:48 -0500 |
commit | 582527976b3274585644a04223244aa10834933d (patch) | |
tree | 8e7b53d7ab3931820316c19bd3a8518da5654be1 /doc/lispintro | |
parent | e8bb0420a0a0aefc35932c9b5ee3167f6b237def (diff) | |
download | emacs-582527976b3274585644a04223244aa10834933d.tar.gz emacs-582527976b3274585644a04223244aa10834933d.tar.bz2 emacs-582527976b3274585644a04223244aa10834933d.zip |
* doc/lispintro/emacs-lisp-intro.texi (Finding More): Fix xref.
Diffstat (limited to 'doc/lispintro')
-rw-r--r-- | doc/lispintro/emacs-lisp-intro.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispintro/emacs-lisp-intro.texi b/doc/lispintro/emacs-lisp-intro.texi index be3e938b245..01842896ced 100644 --- a/doc/lispintro/emacs-lisp-intro.texi +++ b/doc/lispintro/emacs-lisp-intro.texi @@ -4636,7 +4636,7 @@ languages, not just Lisp, and C, and it works with non-programming text as well. For example, @code{xref-find-definitions} will jump to the various nodes in the Texinfo source file of this document (provided that you've run the @command{etags} utility to record all -the nodes in the manuals that come with Emacs; @pxref{Create tags +the nodes in the manuals that come with Emacs; @pxref{Create Tags Table,,, emacs, The GNU Emacs Manual}). To use the @code{xref-find-definitions} command, type @kbd{M-.} |