aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/mh-e/ChangeLog5
-rw-r--r--lisp/mh-e/mh-alias.el3
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 @@
12006-01-03 Bill Wohler <wohler@newt.com>
2
3 * mh-alias.el (mh-alias-add-alias): Remove leading * from
4 docstring.
5
12006-01-02 Bill Wohler <wohler@newt.com> 62006-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
552This function prompts you for an alias and address. If the alias 553This function prompts you for an alias and address. If the alias
553exists already, you will have the choice of inserting the new 554exists already, you will have the choice of inserting the new
554alias before or after the old alias. In the former case, this 555alias before or after the old alias. In the former case, this