]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in dbus.texi
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 20 Sep 2020 17:20:57 +0000 (19:20 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 20 Sep 2020 17:20:57 +0000 (19:20 +0200)
* doc/misc/dbus.texi (Type Conversion): Remove spurious { character.

doc/misc/dbus.texi

index bea558148681cc5ff3c15e6b0ed302acef353c4c..c317e5dd23d7d8426c86a1c6b75882b7c2fe7935 100644 (file)
@@ -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},