diff options
| -rw-r--r-- | lisp/mh-e/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/mh-e/mh-alias.el | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index 9e68139065a..e021e74f261 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2006-01-03 Bill Wohler <wohler@newt.com> | ||
| 2 | |||
| 3 | * mh-alias.el (mh-alias-add-alias): Remove leading * from | ||
| 4 | docstring. | ||
| 5 | |||
| 1 | 2006-01-02 Bill Wohler <wohler@newt.com> | 6 | 2006-01-02 Bill Wohler <wohler@newt.com> |
| 2 | 7 | ||
| 3 | * mh-alias.el (mh-alias-grab-from-field): Remove leading * from | 8 | * mh-alias.el (mh-alias-grab-from-field): Remove leading * from |
diff --git a/lisp/mh-e/mh-alias.el b/lisp/mh-e/mh-alias.el index d9d77b6430d..7349f556224 100644 --- a/lisp/mh-e/mh-alias.el +++ b/lisp/mh-e/mh-alias.el | |||
| @@ -548,7 +548,8 @@ folder name hint when filing messages." | |||
| 548 | 548 | ||
| 549 | ;;;###mh-autoload | 549 | ;;;###mh-autoload |
| 550 | (defun mh-alias-add-alias (alias address) | 550 | (defun mh-alias-add-alias (alias address) |
| 551 | "*Add ALIAS for ADDRESS in personal alias file. | 551 | "Add ALIAS for ADDRESS in personal alias file. |
| 552 | |||
| 552 | This function prompts you for an alias and address. If the alias | 553 | This function prompts you for an alias and address. If the alias |
| 553 | exists already, you will have the choice of inserting the new | 554 | exists already, you will have the choice of inserting the new |
| 554 | alias before or after the old alias. In the former case, this | 555 | alias before or after the old alias. In the former case, this |