diff options
author | Simon Josefsson <jas@extundo.com> | 2002-09-26 23:19:58 +0000 |
---|---|---|
committer | Simon Josefsson <jas@extundo.com> | 2002-09-26 23:19:58 +0000 |
commit | 05f829ce2a79e6cb9f1a5ca37e19153b1a5a112a (patch) | |
tree | 4c3d33245ac34df8d4197240ca8201427051904d /lisp/mail/mail-hist.el | |
parent | 563c037fcc55c8d12265849238c4d2f254a50259 (diff) | |
download | emacs-05f829ce2a79e6cb9f1a5ca37e19153b1a5a112a.tar.gz |
(mail-hist-next-input): Fix docstring.
Diffstat (limited to 'lisp/mail/mail-hist.el')
-rw-r--r-- | lisp/mail/mail-hist.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/mail-hist.el b/lisp/mail/mail-hist.el index 8d48eeda51a..3814d583641 100644 --- a/lisp/mail/mail-hist.el +++ b/lisp/mail/mail-hist.el @@ -283,7 +283,7 @@ its own independent history, as does the body of the message. Although you can do so, it does not make much sense to call this without having called `mail-hist-previous-header' first -(\\[mail-hist-previous-header]). +\(\\[mail-hist-previous-header]). The history only contains the contents of outgoing messages, not received mail." |