emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master d645b6f: Fix 'See @xref{...}' (bug#44811)


From: Mattias Engdegård
Subject: master d645b6f: Fix 'See @xref{...}' (bug#44811)
Date: Mon, 23 Nov 2020 09:42:43 -0500 (EST)

branch: master
commit d645b6f9ac19545b0cd0e4ad75b064d89d65172c
Author: Mattias Engdegård <mattiase@acm.org>
Commit: Mattias Engdegård <mattiase@acm.org>

    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 ...').
---
 doc/lispref/edebug.texi | 4 ++--
 doc/misc/ebrowse.texi   | 2 +-
 doc/misc/gnus.texi      | 2 +-
 doc/misc/tramp.texi     | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/lispref/edebug.texi b/doc/lispref/edebug.texi
index 820fdb9..b4c631b 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 1751a77..98c1a79 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 c6ce129..3f59745 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 6738ed5..3a6e425 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
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]