emacs-diffs
[Top][All Lists]
Advanced

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

master d228cac: Small Texinfo markup fixes


From: Glenn Morris
Subject: master d228cac: Small Texinfo markup fixes
Date: Sat, 12 Sep 2020 12:06:31 -0400 (EDT)

branch: master
commit d228cac2e8d7026231daf1c97fb37279d61420a9
Author: Glenn Morris <rgm@gnu.org>
Commit: Glenn Morris <rgm@gnu.org>

    Small Texinfo markup fixes
    
    * doc/misc/dbus.texi (Register Objects):
    * doc/misc/gnus.texi (Searching): Texinfo markup fixes.
---
 doc/misc/dbus.texi | 2 +-
 doc/misc/gnus.texi | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/misc/dbus.texi b/doc/misc/dbus.texi
index dcee55d..1d4db7e 100644
--- a/doc/misc/dbus.texi
+++ b/doc/misc/dbus.texi
@@ -1471,7 +1471,7 @@ If @var{handler} returns a reply message with an empty 
argument list,
 to distinguish it from @code{nil} (the boolean false).
 
 If @var{handler} detects an error, it shall return the list
-@code{(:error @var{error-name} @var{error-message)}}.
+@code{(:error @var{error-name} @var{error-message})}.
 @var{error-name} is a namespaced string which characterizes the error
 type, and @var{error-message} is a free text string.  Alternatively,
 any Emacs signal @code{dbus-error} in @var{handler} raises a D-Bus
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index 4a09eac..50eeb3e 100644
--- a/doc/misc/gnus.texi
+++ b/doc/misc/gnus.texi
@@ -21401,8 +21401,8 @@ be nice.
 Gnus has various ways of finding articles that match certain criteria
 (from a particular author, on a certain subject, etc.).  The simplest
 method is to enter a group and then either "limit" the summary buffer
-to the desired articles using the limiting commands (@xref{Limiting}),
-or searching through messages in the summary buffer (@xref{Searching
+to the desired articles using the limiting commands (@pxref{Limiting}),
+or searching through messages in the summary buffer (@pxref{Searching
 for Articles}).
 
 Limiting commands and summary buffer searching work on subsets of the



reply via email to

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