* doc/misc/dbus.texi (Type Conversion): Fix typo. (Bug#33551)
This commit is contained in:
@@ -1015,7 +1015,7 @@ but different to
|
|||||||
|
|
||||||
The value for a byte D-Bus type can be any integer in the range 0
|
The value for a byte D-Bus type can be any integer in the range 0
|
||||||
through 255. If a character is used as argument, modifiers
|
through 255. If a character is used as argument, modifiers
|
||||||
represented outside this range are stripped of. For example,
|
represented outside this range are stripped off. For example,
|
||||||
@code{:byte ?x} is equal to @code{:byte ?\M-x}, but it is not equal to
|
@code{:byte ?x} is equal to @code{:byte ?\M-x}, but it is not equal to
|
||||||
@code{:byte ?\C-x} or @code{:byte ?\M-\C-x}.
|
@code{:byte ?\C-x} or @code{:byte ?\M-\C-x}.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user