diff options
| author | Michael Albinus | 2018-11-30 11:31:16 +0100 |
|---|---|---|
| committer | Michael Albinus | 2018-11-30 11:31:16 +0100 |
| commit | a89dbe2af8a8a23e07c1e5cb988f067fe08111d9 (patch) | |
| tree | c729283b585d8c59c3e72a373e79f6a2ab3af876 | |
| parent | 03ee726f98a3810e4f4ef3e01ad411c7782755b0 (diff) | |
| download | emacs-a89dbe2af8a8a23e07c1e5cb988f067fe08111d9.tar.gz emacs-a89dbe2af8a8a23e07c1e5cb988f067fe08111d9.zip | |
* doc/misc/dbus.texi (Type Conversion): Fix typo. (Bug#33551)
| -rw-r--r-- | doc/misc/dbus.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/dbus.texi b/doc/misc/dbus.texi index 5b14382d8b8..f55a11d7afb 100644 --- a/doc/misc/dbus.texi +++ b/doc/misc/dbus.texi | |||
| @@ -1015,7 +1015,7 @@ but different to | |||
| 1015 | 1015 | ||
| 1016 | The value for a byte D-Bus type can be any integer in the range 0 | 1016 | The value for a byte D-Bus type can be any integer in the range 0 |
| 1017 | through 255. If a character is used as argument, modifiers | 1017 | through 255. If a character is used as argument, modifiers |
| 1018 | represented outside this range are stripped of. For example, | 1018 | represented outside this range are stripped off. For example, |
| 1019 | @code{:byte ?x} is equal to @code{:byte ?\M-x}, but it is not equal to | 1019 | @code{:byte ?x} is equal to @code{:byte ?\M-x}, but it is not equal to |
| 1020 | @code{:byte ?\C-x} or @code{:byte ?\M-\C-x}. | 1020 | @code{:byte ?\C-x} or @code{:byte ?\M-\C-x}. |
| 1021 | 1021 | ||