aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mh-e
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2009-10-04 02:11:57 +0000
committerJuanma Barranquero <[email protected]>2009-10-04 02:11:57 +0000
commitb4dc7d98882432c9c14c0edb91021bb4868f185e (patch)
treedbf2524c7a53feb3b68673621be1550307f94087 /lisp/mh-e
parenta30e71aee84b52e1de298a29a96888150711e4a5 (diff)
Fix typos in comments.
Diffstat (limited to 'lisp/mh-e')
-rw-r--r--lisp/mh-e/mh-utils.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mh-e/mh-utils.el b/lisp/mh-e/mh-utils.el
index 7a263bc812..d005d00288 100644
--- a/lisp/mh-e/mh-utils.el
+++ b/lisp/mh-e/mh-utils.el
@@ -282,7 +282,7 @@ and displayed in a help buffer."
"Display cheat sheet for the commands of the current prefix in minibuffer."
(interactive)
;; We got here because the user pressed a "?", but he pressed a prefix key
- ;; before that. Since the the key vector starts at index 0, the index of the
+ ;; before that. Since the key vector starts at index 0, the index of the
;; last keystroke is length-1 and thus the second to last keystroke is at
;; length-2. We use that information to obtain a suitable prefix character
;; from the recent keys.