diff options
author | U. Ser <user@example.com> | 2011-05-10 15:57:12 +0200 |
---|---|---|
committer | U. Ser <user@example.com> | 2011-05-10 15:57:12 +0200 |
commit | 9b053e766d00b0c74e0c8a8e31af7d46aa880f32 (patch) | |
tree | 78d6d58095f772f7c2c78a6010ef25a9702e6117 /lisp/mh-e | |
parent | 296d197b34bfedb9ae5de8ffd615cdc428e60b8a (diff) | |
download | emacs-9b053e766d00b0c74e0c8a8e31af7d46aa880f32.tar.gz |
fix many doubled-word typos
Diffstat (limited to 'lisp/mh-e')
-rw-r--r-- | lisp/mh-e/mh-alias.el | 2 | ||||
-rw-r--r-- | lisp/mh-e/mh-scan.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mh-e/mh-alias.el b/lisp/mh-e/mh-alias.el index 449a8782d0c..c93aaeb70da 100644 --- a/lisp/mh-e/mh-alias.el +++ b/lisp/mh-e/mh-alias.el @@ -286,7 +286,7 @@ Blind aliases or users from /etc/passwd are not expanded." (the-name (buffer-substring-no-properties beg (point)))) (if (mh-assoc-string the-name mh-alias-alist t) (message "%s -> %s" the-name (mh-alias-expand the-name)) - ;; Check if if was a single word likely to be an alias + ;; Check if it was a single word likely to be an alias (if (and (equal mh-alias-flash-on-comma 1) (not (string-match " " the-name))) (message "No alias for %s" the-name)))))) diff --git a/lisp/mh-e/mh-scan.el b/lisp/mh-e/mh-scan.el index 656bcb65011..8a3e1632e2e 100644 --- a/lisp/mh-e/mh-scan.el +++ b/lisp/mh-e/mh-scan.el @@ -308,7 +308,7 @@ This column will have one of \" \", \"%\", \"-\", \"t\", \"c\", \"b\", or \"n\" in it. \" \" blank space is the default character. - \"%\" indicates that the message in in a named MH sequence. + \"%\" indicates that the message in a named MH sequence. \"-\" indicates that the message has been annotated with a replied field. \"t\" indicates that the message contains mymbox in the To: field. \"c\" indicates that the message contains mymbox in the Cc: field. |