diff options
| author | Glenn Morris <rgm@gnu.org> | 2018-12-20 07:51:15 -0800 |
|---|---|---|
| committer | Glenn Morris <rgm@gnu.org> | 2018-12-20 07:51:15 -0800 |
| commit | 9cce03738c670c76b203d109d8dff7d8893eb589 (patch) | |
| tree | 50851ad928ba6e9975cb73b6aabd0ba2b8684dc1 /doc/lispintro/emacs-lisp-intro.texi | |
| parent | eece51e2d322b6334e611ab70594c82e92942edf (diff) | |
| parent | 582527976b3274585644a04223244aa10834933d (diff) | |
| download | emacs-9cce03738c670c76b203d109d8dff7d8893eb589.tar.gz | |
Merge from origin/emacs-26
5825279 * doc/lispintro/emacs-lisp-intro.texi (Finding More): Fix xref.
Diffstat (limited to 'doc/lispintro/emacs-lisp-intro.texi')
| -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 1a1518b2c51..2587d0d84f7 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-.} |
