diff options
| -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: | |||
| 1450 | @vindex message-subject-trailing-was-regexp | 1450 | @vindex message-subject-trailing-was-regexp |
| 1451 | Controls what to do with trailing @samp{(was: <old subject>)} in subject | 1451 | Controls what to do with trailing @samp{(was: <old subject>)} in subject |
| 1452 | lines. If @code{nil}, leave the subject unchanged. If it is the symbol | 1452 | lines. If @code{nil}, leave the subject unchanged. If it is the symbol |
| 1453 | @code{ask}, query the user what do do. In this case, the subject is | 1453 | @code{ask}, query the user what to do. In this case, the subject is |
| 1454 | matched against @code{message-subject-trailing-was-ask-regexp}. If | 1454 | matched against @code{message-subject-trailing-was-ask-regexp}. If |
| 1455 | @code{message-subject-trailing-was-query} is @code{t}, always strip the | 1455 | @code{message-subject-trailing-was-query} is @code{t}, always strip the |
| 1456 | trailing old subject. In this case, | 1456 | trailing old subject. In this case, |