diff options
author | Bill Wohler <wohler@newt.com> | 2006-01-03 18:20:20 +0000 |
---|---|---|
committer | Bill Wohler <wohler@newt.com> | 2006-01-03 18:20:20 +0000 |
commit | e69d4e020ac232786b636d0ebd0302282e4ab6d3 (patch) | |
tree | dfbd24a8c275e798ba9b80583899415014b63c2c /lisp/mh-e/mh-alias.el | |
parent | fdbfa78ecb3d89151267fee97ad5ded45001cc57 (diff) | |
download | emacs-e69d4e020ac232786b636d0ebd0302282e4ab6d3.tar.gz |
(mh-alias-add-alias): Remove leading * from docstring.
Diffstat (limited to 'lisp/mh-e/mh-alias.el')
-rw-r--r-- | lisp/mh-e/mh-alias.el | 3 |
1 files changed, 2 insertions, 1 deletions
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." ;;;###mh-autoload (defun mh-alias-add-alias (alias address) - "*Add ALIAS for ADDRESS in personal alias file. + "Add ALIAS for ADDRESS in personal alias file. + This function prompts you for an alias and address. If the alias exists already, you will have the choice of inserting the new alias before or after the old alias. In the former case, this |