From: Mattias Engdegård Date: Mon, 23 Nov 2020 14:15:25 +0000 (+0100) Subject: Fix 'See @xref{...}' (bug#44811) X-Git-Tag: emacs-28.0.90~5063 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d645b6f9ac19545b0cd0e4ad75b064d89d65172c;p=emacs.git Fix 'See @xref{...}' (bug#44811) Reported by 황병희. * doc/lispref/edebug.texi (Printing in Edebug): * doc/misc/ebrowse.texi (Marking Classes): * doc/misc/gnus.texi (Ma Gnus): * doc/misc/tramp.texi (Remote shell setup): Don't stutter (@xref expands to 'See ...'). --- diff --git a/doc/lispref/edebug.texi b/doc/lispref/edebug.texi index 820fdb9bea0..b4c631b4493 100644 --- a/doc/lispref/edebug.texi +++ b/doc/lispref/edebug.texi @@ -877,8 +877,8 @@ If non-@code{nil}, Edebug binds @code{print-circle} to this value while printing results. The default value is @code{t}. @end defopt - See @xref{Output Functions} for further details about how printing -can be customized. + For further details about how printing can be customized, see +@pxref{Output Functions}. @node Trace Buffer @subsection Trace Buffer diff --git a/doc/misc/ebrowse.texi b/doc/misc/ebrowse.texi index 1751a775d71..98c1a790bb2 100644 --- a/doc/misc/ebrowse.texi +++ b/doc/misc/ebrowse.texi @@ -735,7 +735,7 @@ context menu. Classes can be marked for operations similar to the standard Emacs commands @kbd{M-x tags-search} and @kbd{M-x tags-query-replace} (see -also @xref{Tags-like Functions}.) +also @pxref{Tags-like Functions}.) @table @kbd @cindex toggle mark diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index c6ce129992d..3f597455b75 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi @@ -29151,7 +29151,7 @@ again and again. @xref{MIME Commands}. @item The new hooks @code{gnus-gcc-pre-body-encode-hook} and @code{gnus-gcc-post-body-encode-hook} are run before/after encoding -the message body of the Gcc copy of a sent message. See +the message body of the Gcc copy of a sent message. @xref{Archived Messages}. @end itemize diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index 6738ed5123d..3a6e4254059 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi @@ -2180,7 +2180,7 @@ be recomputed. To force @value{tramp} to recompute afresh, call Per default, @value{tramp} uses the command @command{/bin/sh} for starting a shell on the remote host. This can be changed by setting -the connection property @t{"remote-shell"}, see @xref{Predefined +the connection property @t{"remote-shell"}; see @pxref{Predefined connection information}. If you want, for example, use @command{/usr/bin/zsh} on a remote host, you might apply