mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 05:47:36 +00:00
(mh-alias-add-alias): Remove leading * from docstring.
This commit is contained in:
parent
fdbfa78ecb
commit
e69d4e020a
2 changed files with 7 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2006-01-03 Bill Wohler <wohler@newt.com>
|
||||
|
||||
* mh-alias.el (mh-alias-add-alias): Remove leading * from
|
||||
docstring.
|
||||
|
||||
2006-01-02 Bill Wohler <wohler@newt.com>
|
||||
|
||||
* mh-alias.el (mh-alias-grab-from-field): Remove leading * from
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue