aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorEli Zaretskii2016-05-24 21:24:45 +0300
committerEli Zaretskii2016-05-24 21:24:45 +0300
commit2e589c00422e68624024c8a77799d54964e7b3a2 (patch)
treefb62c22debba448b181a109ad4f11ebd93b0feb4 /doc/misc
parentf3d2dedeba37d899be72a37339d0370aa3ae4c70 (diff)
downloademacs-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.texi4
-rw-r--r--doc/misc/sem-user.texi6
-rw-r--r--doc/misc/url.texi4
-rw-r--r--doc/misc/viper.texi2
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
2292Dired mode (@kbd{M-x dired @key{RET}}, or @kbd{C-x d}) supports the 2292Dired mode (@kbd{M-x dired @key{RET}}, or @kbd{C-x d}) supports the
2293command @code{dired-do-query-replace-regexp} (@kbd{Q}), which allows 2293command @code{dired-do-find-regexp-and-replace} (@kbd{Q}), which allows
2294users to replace regular expressions in multiple files. 2294users to replace regular expressions in multiple files.
2295 2295
2296You can use this command to perform search/replace operations on 2296You can use this command to perform search/replace operations on
@@ -2315,7 +2315,7 @@ To accept all replacements in each file, hit @kbd{!}.
2315Another way to do the same thing is to use the ``tags'' feature of 2315Another way to do the same thing is to use the ``tags'' feature of
2316Emacs: it includes the command @code{tags-query-replace} which performs 2316Emacs: it includes the command @code{tags-query-replace} which performs
2317a query-replace across all the files mentioned in the @file{TAGS} file. 2317a 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
877These commands are often more accurate than the @code{find-tag} 877These commands are often more accurate than the @code{xref-find-definitions}
878command (@pxref{Tags,,,emacs,Emacs manual}), because the Semantic 878command (@pxref{Looking Up Identifiers,,,emacs,Emacs manual}), because
879Analyzer is context-sensitive. 879the Semantic Analyzer is context-sensitive.
880 880
881You can also use @kbd{C-c , j} (@code{semantic-complete-jump-local}) 881You can also use @kbd{C-c , j} (@code{semantic-complete-jump-local})
882and @kbd{C-c , J} (@code{semantic-complete-jump}) to navigate tags. 882and @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
823The secure shell protocol. @xref{Inline Methods,,, tramp, The Tramp 823The secure shell protocol. @xref{Inline methods,,, tramp, The Tramp
824Manual}. 824Manual}.
825 825
826@item scp 826@item scp
827@cindex scp 827@cindex scp
828The secure file copy protocol. @xref{External Methods,,, tramp, The 828The secure file copy protocol. @xref{External methods,,, tramp, The
829Tramp Manual}. 829Tramp 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
2569Even though these commands are sometimes useful, they are no substitute for 2569Even though these commands are sometimes useful, they are no substitute for
2570the powerful @emph{tag table} facility of Emacs. Viper's @kbd{:tag} command 2570the powerful @emph{tag table} facility of Emacs. Viper's @kbd{:tag} command
2571in a primitive interface to Emacs tags. @xref{Tags,Tags,Tags,emacs, 2571in a primitive interface to Emacs tags. @xref{Tags Tables,,,emacs,
2572The GNU Emacs Manual}, for more information on tags. 2572The GNU Emacs Manual}, for more information on tags.
2573 2573
2574The following two commands are normally bound to a mouse click and are part 2574The following two commands are normally bound to a mouse click and are part