diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2007-06-06 15:58:20 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2007-06-06 15:58:20 +0000 |
commit | c855605e763b63e62bf5d3acd7be37378d6c2426 (patch) | |
tree | a46af05840c61d04a2b93ecff9fe79567a55abff /man | |
parent | 5d7c2f7ad7a4be0c317fc9f5bd6fa17fd193be6d (diff) | |
download | emacs-c855605e763b63e62bf5d3acd7be37378d6c2426.tar.gz |
(Message Headers): Fix typo.
Diffstat (limited to 'man')
-rw-r--r-- | man/message.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/message.texi b/man/message.texi index c843d8c58d9..eef4d77205a 100644 --- a/man/message.texi +++ b/man/message.texi @@ -1450,7 +1450,7 @@ responding to a message: @vindex message-subject-trailing-was-regexp Controls what to do with trailing @samp{(was: <old subject>)} in subject lines. If @code{nil}, leave the subject unchanged. If it is the symbol -@code{ask}, query the user what do do. In this case, the subject is +@code{ask}, query the user what to do. In this case, the subject is matched against @code{message-subject-trailing-was-ask-regexp}. If @code{message-subject-trailing-was-query} is @code{t}, always strip the trailing old subject. In this case, |