diff options
| author | Bill Wohler <wohler@newt.com> | 2008-02-18 22:39:31 +0000 |
|---|---|---|
| committer | Bill Wohler <wohler@newt.com> | 2008-02-18 22:39:31 +0000 |
| commit | 662c14da31109756d3f383ecd224e77d3911447f (patch) | |
| tree | 0a3357d5c5648bef350fb42ba94d90a77e411d6a | |
| parent | df04e22c44d7a041c84c7c28b545d7096d5faedc (diff) | |
| download | emacs-662c14da31109756d3f383ecd224e77d3911447f.tar.gz | |
(mh-annotate-msg): Remove trailing whitespace.
| -rw-r--r-- | lisp/mh-e/mh-comp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mh-e/mh-comp.el b/lisp/mh-e/mh-comp.el index 96a0c5c9429..ef97796105b 100644 --- a/lisp/mh-e/mh-comp.el +++ b/lisp/mh-e/mh-comp.el @@ -981,7 +981,7 @@ This should be the last function called when composing the draft." (defun mh-annotate-msg (msg folder note &rest args) "Mark MSG in FOLDER with character NOTE and annotate message with ARGS. -MSG can be a message number, a list of message numbers, or a sequence. +MSG can be a message number, a list of message numbers, or a sequence. The hook `mh-annotate-msg-hook' is run after annotating; see its documentation for variables it can use." (apply 'mh-exec-cmd "anno" folder |
