about summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorFrancis Dinh <archaeme@biribiri.dev>2019-06-03 20:11:23 -0400
committerDrew DeVault <sir@cmpwn.com>2019-06-03 20:55:51 -0400
commit58a0f438df4844013361ecac9f2455b74d71792e (patch)
tree69414c63edf6b3bf5562cb59d1fbf0a8deca962e /doc
parentcbbdb232e87ebf92b6abba9bb3f7eff0597d0fff (diff)
downloadaerc-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.scd8
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
id='n167' href='#n167'>167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294