diff options
| author | U. Ser | 2011-05-10 15:57:12 +0200 |
|---|---|---|
| committer | U. Ser | 2011-05-10 15:57:12 +0200 |
| commit | 9b053e766d00b0c74e0c8a8e31af7d46aa880f32 (patch) | |
| tree | 78d6d58095f772f7c2c78a6010ef25a9702e6117 /lisp/mh-e | |
| parent | 296d197b34bfedb9ae5de8ffd615cdc428e60b8a (diff) | |
| download | emacs-9b053e766d00b0c74e0c8a8e31af7d46aa880f32.tar.gz emacs-9b053e766d00b0c74e0c8a8e31af7d46aa880f32.zip | |
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." | |||
| 286 | (the-name (buffer-substring-no-properties beg (point)))) | 286 | (the-name (buffer-substring-no-properties beg (point)))) |
| 287 | (if (mh-assoc-string the-name mh-alias-alist t) | 287 | (if (mh-assoc-string the-name mh-alias-alist t) |
| 288 | (message "%s -> %s" the-name (mh-alias-expand the-name)) | 288 | (message "%s -> %s" the-name (mh-alias-expand the-name)) |
| 289 | ;; Check if if was a single word likely to be an alias | 289 | ;; Check if it was a single word likely to be an alias |
| 290 | (if (and (equal mh-alias-flash-on-comma 1) | 290 | (if (and (equal mh-alias-flash-on-comma 1) |
| 291 | (not (string-match " " the-name))) | 291 | (not (string-match " " the-name))) |
| 292 | (message "No alias for %s" the-name)))))) | 292 | (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\" | |||
| 308 | in it. | 308 | in it. |
| 309 | 309 | ||
| 310 | \" \" blank space is the default character. | 310 | \" \" blank space is the default character. |
| 311 | \"%\" indicates that the message in in a named MH sequence. | 311 | \"%\" indicates that the message in a named MH sequence. |
| 312 | \"-\" indicates that the message has been annotated with a replied field. | 312 | \"-\" indicates that the message has been annotated with a replied field. |
| 313 | \"t\" indicates that the message contains mymbox in the To: field. | 313 | \"t\" indicates that the message contains mymbox in the To: field. |
| 314 | \"c\" indicates that the message contains mymbox in the Cc: field. | 314 | \"c\" indicates that the message contains mymbox in the Cc: field. |