projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03ee726
)
* doc/misc/dbus.texi (Type Conversion): Fix typo. (Bug#33551)
author
Michael Albinus
<michael.albinus@gmx.de>
Fri, 30 Nov 2018 10:31:16 +0000
(11:31 +0100)
committer
Michael Albinus
<michael.albinus@gmx.de>
Fri, 30 Nov 2018 10:31:16 +0000
(11:31 +0100)
doc/misc/dbus.texi
patch
|
blob
|
history
diff --git
a/doc/misc/dbus.texi
b/doc/misc/dbus.texi
index 5b14382d8b898f88803c97ff3f2805e6586c1502..f55a11d7afb02da64e9dae9b3170d66453d72e29 100644
(file)
--- a/
doc/misc/dbus.texi
+++ b/
doc/misc/dbus.texi
@@
-1015,7
+1015,7
@@
but different to
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
-represented outside this range are stripped of. For example,
+represented outside this range are stripped of
f
. For example,
@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}.