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/mh-alias.el | |
parent | 296d197b34bfedb9ae5de8ffd615cdc428e60b8a (diff) | |
download | emacs-9b053e766d00b0c74e0c8a8e31af7d46aa880f32.tar.gz |
fix many doubled-word typos
Diffstat (limited to 'lisp/mh-e/mh-alias.el')
-rw-r--r-- | lisp/mh-e/mh-alias.el | 2 |
1 files changed, 1 insertions, 1 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)))))) |