diff options
author | Francis Dinh <archaeme@biribiri.dev> | 2019-06-03 20:11:23 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-06-03 20:55:51 -0400 |
commit | 58a0f438df4844013361ecac9f2455b74d71792e (patch) | |
tree | 69414c63edf6b3bf5562cb59d1fbf0a8deca962e /doc | |
parent | cbbdb232e87ebf92b6abba9bb3f7eff0597d0fff (diff) | |
download | aerc-58a0f438df4844013361ecac9f2455b74d71792e.tar.gz |
Update aerc-tutorial(7) to reflect changes to reply bindings
As of commit 11a569f6, the functions of rr/Rr and rq/Rq are switched, but this wasn't reflected in the manpage until now.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/aerc-tutorial.7.scd | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/aerc-tutorial.7.scd b/doc/aerc-tutorial.7.scd index 15f7bb3..1b9bd53 100644 --- a/doc/aerc-tutorial.7.scd +++ b/doc/aerc-tutorial.7.scd @@ -59,17 +59,17 @@ there, let's compose a message. Compose a new message *rr* - Reply to a message + Reply-all to a message *rq* - Reply to a message, and pre-fill the editor with a quoted version of the + Reply-all to a message, and pre-fill the editor with a quoted version of the message being replied to *Rr* - Reply-all to a message + Reply to a message *Rq* - Reply-all to a message, and pre-fill the editor with a quoted version of the + Reply to a message, and pre-fill the editor with a quoted version of the message being replied to For now, let's use *C* to compose a new message. The message composer will |