diff options
Diffstat (limited to 'lisp/mail')
| -rw-r--r-- | lisp/mail/mailabbrev.el | 2 | ||||
| -rw-r--r-- | lisp/mail/mspools.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mail/mailabbrev.el b/lisp/mail/mailabbrev.el index f92de4291df..c99b2a22d3d 100644 --- a/lisp/mail/mailabbrev.el +++ b/lisp/mail/mailabbrev.el | |||
| @@ -115,7 +115,7 @@ | |||
| 115 | ;; If you want multiple addresses separated by a string other than ", " then | 115 | ;; If you want multiple addresses separated by a string other than ", " then |
| 116 | ;; you can set the variable mail-alias-separator-string to it. This has to | 116 | ;; you can set the variable mail-alias-separator-string to it. This has to |
| 117 | ;; be a comma bracketed by whitespace if you want any kind of reasonable | 117 | ;; be a comma bracketed by whitespace if you want any kind of reasonable |
| 118 | ;; behaviour. | 118 | ;; behavior. |
| 119 | ;; | 119 | ;; |
| 120 | ;; Thanks to Harald Hanche-Olsen, Michael Ernst, David Loeffler, and | 120 | ;; Thanks to Harald Hanche-Olsen, Michael Ernst, David Loeffler, and |
| 121 | ;; Noah Friedman for suggestions and bug reports. | 121 | ;; Noah Friedman for suggestions and bug reports. |
diff --git a/lisp/mail/mspools.el b/lisp/mail/mspools.el index cbbe3bea30e..5c5c86fbc2e 100644 --- a/lisp/mail/mspools.el +++ b/lisp/mail/mspools.el | |||
| @@ -103,7 +103,7 @@ | |||
| 103 | ;; Rather than showing size in bytes, could we see the number of msgs | 103 | ;; Rather than showing size in bytes, could we see the number of msgs |
| 104 | ;; waiting? (Could be more time demanding / system dependent). | 104 | ;; waiting? (Could be more time demanding / system dependent). |
| 105 | ;; Maybe just call a perl script to do all the hard work, and | 105 | ;; Maybe just call a perl script to do all the hard work, and |
| 106 | ;; visualise the results in the buffer. | 106 | ;; visualize the results in the buffer. |
| 107 | 107 | ||
| 108 | ;; Shrink wrap the buffer to remove excess white-space? | 108 | ;; Shrink wrap the buffer to remove excess white-space? |
| 109 | 109 | ||