emacs-diffs
[Top][All Lists]
Advanced

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

master 300a5a5: Fix typo in dbus.texi


From: Lars Ingebrigtsen
Subject: master 300a5a5: Fix typo in dbus.texi
Date: Sun, 20 Sep 2020 13:21:06 -0400 (EDT)

branch: master
commit 300a5a57573fc5814c33ae6d6de50477f96624e4
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Fix typo in dbus.texi
    
    * doc/misc/dbus.texi (Type Conversion): Remove spurious { character.
---
 doc/misc/dbus.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/misc/dbus.texi b/doc/misc/dbus.texi
index bea5581..c317e5d 100644
--- a/doc/misc/dbus.texi
+++ b/doc/misc/dbus.texi
@@ -1036,7 +1036,7 @@ All basic D-Bus types based on a number are truncated to 
their type
 range.  For example, @code{:byte 1025} is equal to @code{:byte 1}.
 
 If typed explicitly, a non-@code{nil} boolean value like
-{@code{:boolean 'symbol} is handled like @code{t} or @code{:boolean t}.
+@code{:boolean 'symbol} is handled like @code{t} or @code{:boolean t}.
 
 A D-Bus compound type is always represented as a list.  The @sc{car}
 of this list can be the type symbol @code{:array}, @code{:variant},



reply via email to

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