diff options
| author | Eli Zaretskii | 2016-05-24 21:24:45 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2016-05-24 21:24:45 +0300 |
| commit | 2e589c00422e68624024c8a77799d54964e7b3a2 (patch) | |
| tree | fb62c22debba448b181a109ad4f11ebd93b0feb4 /doc/misc | |
| parent | f3d2dedeba37d899be72a37339d0370aa3ae4c70 (diff) | |
| download | emacs-2e589c00422e68624024c8a77799d54964e7b3a2.tar.gz emacs-2e589c00422e68624024c8a77799d54964e7b3a2.zip | |
Fix cross-references between manuals
* doc/misc/viper.texi (Viper Specials):
* doc/misc/url.texi (Tramp):
* doc/misc/sem-user.texi (Smart Jump):
* doc/lispintro/emacs-lisp-intro.texi (Finding More):
* doc/misc/efaq.texi (Replacing text across multiple files): Fix
cross-references between manuals. (Bug#23612)
* doc/lispintro/emacs-lisp-intro.texi (etags): Node deleted: no
longer relevant to Emacs Lisp programming.
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/efaq.texi | 4 | ||||
| -rw-r--r-- | doc/misc/sem-user.texi | 6 | ||||
| -rw-r--r-- | doc/misc/url.texi | 4 | ||||
| -rw-r--r-- | doc/misc/viper.texi | 2 |
4 files changed, 8 insertions, 8 deletions
diff --git a/doc/misc/efaq.texi b/doc/misc/efaq.texi index fd4fd4f3798..8eee9e1d869 100644 --- a/doc/misc/efaq.texi +++ b/doc/misc/efaq.texi | |||
| @@ -2290,7 +2290,7 @@ is actually typical for regexp syntax.) | |||
| 2290 | @cindex Recursive search/replace operations | 2290 | @cindex Recursive search/replace operations |
| 2291 | 2291 | ||
| 2292 | Dired mode (@kbd{M-x dired @key{RET}}, or @kbd{C-x d}) supports the | 2292 | Dired mode (@kbd{M-x dired @key{RET}}, or @kbd{C-x d}) supports the |
| 2293 | command @code{dired-do-query-replace-regexp} (@kbd{Q}), which allows | 2293 | command @code{dired-do-find-regexp-and-replace} (@kbd{Q}), which allows |
| 2294 | users to replace regular expressions in multiple files. | 2294 | users to replace regular expressions in multiple files. |
| 2295 | 2295 | ||
| 2296 | You can use this command to perform search/replace operations on | 2296 | You can use this command to perform search/replace operations on |
| @@ -2315,7 +2315,7 @@ To accept all replacements in each file, hit @kbd{!}. | |||
| 2315 | Another way to do the same thing is to use the ``tags'' feature of | 2315 | Another way to do the same thing is to use the ``tags'' feature of |
| 2316 | Emacs: it includes the command @code{tags-query-replace} which performs | 2316 | Emacs: it includes the command @code{tags-query-replace} which performs |
| 2317 | a query-replace across all the files mentioned in the @file{TAGS} file. | 2317 | a query-replace across all the files mentioned in the @file{TAGS} file. |
| 2318 | @xref{Tags Search,,, emacs, The GNU Emacs Manual}. | 2318 | @xref{Identifier Search,,, emacs, The GNU Emacs Manual}. |
| 2319 | 2319 | ||
| 2320 | @node Documentation for etags | 2320 | @node Documentation for etags |
| 2321 | @section Where is the documentation for @code{etags}? | 2321 | @section Where is the documentation for @code{etags}? |
diff --git a/doc/misc/sem-user.texi b/doc/misc/sem-user.texi index a8684a40b3a..fd88c88c7eb 100644 --- a/doc/misc/sem-user.texi +++ b/doc/misc/sem-user.texi | |||
| @@ -874,9 +874,9 @@ command, like this: | |||
| 874 | @end example | 874 | @end example |
| 875 | @end defun | 875 | @end defun |
| 876 | 876 | ||
| 877 | These commands are often more accurate than the @code{find-tag} | 877 | These commands are often more accurate than the @code{xref-find-definitions} |
| 878 | command (@pxref{Tags,,,emacs,Emacs manual}), because the Semantic | 878 | command (@pxref{Looking Up Identifiers,,,emacs,Emacs manual}), because |
| 879 | Analyzer is context-sensitive. | 879 | the Semantic Analyzer is context-sensitive. |
| 880 | 880 | ||
| 881 | You can also use @kbd{C-c , j} (@code{semantic-complete-jump-local}) | 881 | You can also use @kbd{C-c , j} (@code{semantic-complete-jump-local}) |
| 882 | and @kbd{C-c , J} (@code{semantic-complete-jump}) to navigate tags. | 882 | and @kbd{C-c , J} (@code{semantic-complete-jump}) to navigate tags. |
diff --git a/doc/misc/url.texi b/doc/misc/url.texi index a3c6b88ea05..91cb6b54a84 100644 --- a/doc/misc/url.texi +++ b/doc/misc/url.texi | |||
| @@ -820,12 +820,12 @@ The file transfer protocol. @xref{file/ftp}. | |||
| 820 | 820 | ||
| 821 | @item ssh | 821 | @item ssh |
| 822 | @cindex ssh | 822 | @cindex ssh |
| 823 | The secure shell protocol. @xref{Inline Methods,,, tramp, The Tramp | 823 | The secure shell protocol. @xref{Inline methods,,, tramp, The Tramp |
| 824 | Manual}. | 824 | Manual}. |
| 825 | 825 | ||
| 826 | @item scp | 826 | @item scp |
| 827 | @cindex scp | 827 | @cindex scp |
| 828 | The secure file copy protocol. @xref{External Methods,,, tramp, The | 828 | The secure file copy protocol. @xref{External methods,,, tramp, The |
| 829 | Tramp Manual}. | 829 | Tramp Manual}. |
| 830 | 830 | ||
| 831 | @item rsync | 831 | @item rsync |
diff --git a/doc/misc/viper.texi b/doc/misc/viper.texi index 6b169f3c8e6..6b82653c629 100644 --- a/doc/misc/viper.texi +++ b/doc/misc/viper.texi | |||
| @@ -2568,7 +2568,7 @@ above block should be commented out. | |||
| 2568 | 2568 | ||
| 2569 | Even though these commands are sometimes useful, they are no substitute for | 2569 | Even though these commands are sometimes useful, they are no substitute for |
| 2570 | the powerful @emph{tag table} facility of Emacs. Viper's @kbd{:tag} command | 2570 | the powerful @emph{tag table} facility of Emacs. Viper's @kbd{:tag} command |
| 2571 | in a primitive interface to Emacs tags. @xref{Tags,Tags,Tags,emacs, | 2571 | in a primitive interface to Emacs tags. @xref{Tags Tables,,,emacs, |
| 2572 | The GNU Emacs Manual}, for more information on tags. | 2572 | The GNU Emacs Manual}, for more information on tags. |
| 2573 | 2573 | ||
| 2574 | The following two commands are normally bound to a mouse click and are part | 2574 | The following two commands are normally bound to a mouse click and are part |