summaryrefslogtreecommitdiff
path: root/src/ChangeLog.10
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2011-02-22 23:15:55 -0800
committerGlenn Morris <rgm@gnu.org>2011-02-22 23:15:55 -0800
commit6e81c8191f5e07343d348ed3fbdc9277a1c10cb1 (patch)
treed53f5afc83e43d262b662039508a50e59264b161 /src/ChangeLog.10
parent97610156f40b64a933d9c4afa4767e2443527892 (diff)
downloademacs-6e81c8191f5e07343d348ed3fbdc9277a1c10cb1.tar.gz
Fix typo "comand".
Diffstat (limited to 'src/ChangeLog.10')
-rw-r--r--src/ChangeLog.102
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog.10 b/src/ChangeLog.10
index 4038f03d079..b62faf17341 100644
--- a/src/ChangeLog.10
+++ b/src/ChangeLog.10
@@ -25478,7 +25478,7 @@
recursive call unless that arg is non-nil.
(where_is_internal): New argument no_remap. Callers changed.
Call recursively to find original key bindings for a remapped
- comand unless that arg is non-nil.
+ command unless that arg is non-nil.
(Fwhere_is_internal): New optional argument NO-REMAP.
Doc updated. Callers changed. Pass arg to where_is_internal.