summaryrefslogtreecommitdiff
path: root/doc/misc
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2016-05-24 21:24:45 +0300
committerEli Zaretskii <eliz@gnu.org>2016-05-24 21:24:45 +0300
commit2e589c00422e68624024c8a77799d54964e7b3a2 (patch)
treefb62c22debba448b181a109ad4f11ebd93b0feb4 /doc/misc
parentf3d2dedeba37d899be72a37339d0370aa3ae4c70 (diff)
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 fd4fd4f379..8eee9e1d86 100644
--- a/doc/misc/efaq.texi
+++ b/doc/misc/efaq.texi
@@ -2290,7 +2290,7 @@ is actually typical for regexp syntax.)
@cindex Recursive search/replace operations
Dired mode (@kbd{M-x dired @key{RET}}, or @kbd{C-x d}) supports the
-command @code{dired-do-query-replace-regexp} (@kbd{Q}), which allows
+command @code{dired-do-find-regexp-and-replace} (@kbd{Q}), which allows
users to replace regular expressions in multiple files.
You can use this command to perform search/replace operations on
@@ -2315,7 +2315,7 @@ To accept all replacements in each file, hit @kbd{!}.
Another way to do the same thing is to use the ``tags'' feature of
Emacs: it includes the command @code{tags-query-replace} which performs
a query-replace across all the files mentioned in the @file{TAGS} file.
-@xref{Tags Search,,, emacs, The GNU Emacs Manual}.
+@xref{Identifier Search,,, emacs, The GNU Emacs Manual}.
@node Documentation for etags
@section Where is the documentation for @code{etags}?
diff --git a/doc/misc/sem-user.texi b/doc/misc/sem-user.texi
index a8684a40b3..fd88c88c7e 100644
--- a/doc/misc/sem-user.texi
+++ b/doc/misc/sem-user.texi
@@ -874,9 +874,9 @@ command, like this:
@end example
@end defun
-These commands are often more accurate than the @code{find-tag}
-command (@pxref{Tags,,,emacs,Emacs manual}), because the Semantic
-Analyzer is context-sensitive.
+These commands are often more accurate than the @code{xref-find-definitions}
+command (@pxref{Looking Up Identifiers,,,emacs,Emacs manual}), because
+the Semantic Analyzer is context-sensitive.
You can also use @kbd{C-c , j} (@code{semantic-complete-jump-local})
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 a3c6b88ea0..91cb6b54a8 100644
--- a/doc/misc/url.texi
+++ b/doc/misc/url.texi
@@ -820,12 +820,12 @@ The file transfer protocol. @xref{file/ftp}.
@item ssh
@cindex ssh
-The secure shell protocol. @xref{Inline Methods,,, tramp, The Tramp
+The secure shell protocol. @xref{Inline methods,,, tramp, The Tramp
Manual}.
@item scp
@cindex scp
-The secure file copy protocol. @xref{External Methods,,, tramp, The
+The secure file copy protocol. @xref{External methods,,, tramp, The
Tramp Manual}.
@item rsync
diff --git a/doc/misc/viper.texi b/doc/misc/viper.texi
index 6b169f3c8e..6b82653c62 100644
--- a/doc/misc/viper.texi
+++ b/doc/misc/viper.texi
@@ -2568,7 +2568,7 @@ above block should be commented out.
Even though these commands are sometimes useful, they are no substitute for
the powerful @emph{tag table} facility of Emacs. Viper's @kbd{:tag} command
-in a primitive interface to Emacs tags. @xref{Tags,Tags,Tags,emacs,
+in a primitive interface to Emacs tags. @xref{Tags Tables,,,emacs,
The GNU Emacs Manual}, for more information on tags.
The following two commands are normally bound to a mouse click and are part