]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix 'See @xref{...}' (bug#44811)
authorMattias Engdegård <mattiase@acm.org>
Mon, 23 Nov 2020 14:15:25 +0000 (15:15 +0100)
committerMattias Engdegård <mattiase@acm.org>
Mon, 23 Nov 2020 14:42:08 +0000 (15:42 +0100)
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 ...').

doc/lispref/edebug.texi
doc/misc/ebrowse.texi
doc/misc/gnus.texi
doc/misc/tramp.texi

index 820fdb9bea04852adddc58757030dc11231e6f59..b4c631b44930fca3b2f542ad858beeef6814884e 100644 (file)
@@ -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
index 1751a775d7127e0b81f79ea32fcdc8495ddb1b5c..98c1a790bb237fa869432a8efba83a55ac05620b 100644 (file)
@@ -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
index c6ce129992d2a97049d7272a26e2f5eda0cfea37..3f597455b7579b071bf4fe758b555304a9347ce5 100644 (file)
@@ -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
index 6738ed5123d05613c89b40b0e5acbf0fb1c8f081..3a6e425405903c800456d68ed2bc50b5a6a7a325 100644 (file)
@@ -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