]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/misc/dbus.texi (Type Conversion): Fix typo. (Bug#33551)
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 30 Nov 2018 10:31:16 +0000 (11:31 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Fri, 30 Nov 2018 10:31:16 +0000 (11:31 +0100)
doc/misc/dbus.texi

index 5b14382d8b898f88803c97ff3f2805e6586c1502..f55a11d7afb02da64e9dae9b3170d66453d72e29 100644 (file)
@@ -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 off.  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}.