diff options
| author | Ronan Pigott <rpigott314@gmail.com> | 2019-07-29 15:15:09 -0700 | 
|---|---|---|
| committer | Drew DeVault <sir@cmpwn.com> | 2019-07-29 18:24:05 -0400 | 
| commit | b73fcaae32a0de7e070638620927d148064330f5 (patch) | |
| tree | 83e443ffa19b7a457e4ea302044c66f3cd24284b | |
| parent | 85bb0b1f98e1e6960bd856a5ac094ba71451ae15 (diff) | |
doc: Fix missing '\' in aerc-tutorial man page.
| -rw-r--r-- | doc/aerc-tutorial.7.scd | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/doc/aerc-tutorial.7.scd b/doc/aerc-tutorial.7.scd index f40be7f..23e7b5c 100644 --- a/doc/aerc-tutorial.7.scd +++ b/doc/aerc-tutorial.7.scd @@ -35,7 +35,7 @@ your message list, we use vim-style keys to get around.  *<Enter>*  	Opens the selected message -You can also search the selected folder with */*, or filter with *\*. When +You can also search the selected folder with */*, or filter with *\\*. When  searching you can use n and p to jump to the next and previous result.  Filtering hides any non-matching message. | 
