aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Jarry <robin@jarry.cc>2023-12-04 11:24:30 +0100
committerRobin Jarry <robin@jarry.cc>2023-12-04 11:33:40 +0100
commit66b9d36b9231239542e21a4a130959ebf9d40819 (patch)
tree1e86642d19faf14c25a0debdfb19ed4303ee85bf
parentbbc60604b3183af070cf74a52a5cf9da825eabdf (diff)
downloadaerc-66b9d36b9231239542e21a4a130959ebf9d40819.tar.gz
doc: fix description of lf-editor
\n needs to be escaped in .scd files. Reword the description to make it clear that CRLF is the standard. Fixes: ad159d5e9bd4 ("compose: add option for LF-only editors") Signed-off-by: Robin Jarry <robin@jarry.cc> Acked-by: Moritz Poldrack <moritz@poldrack.dev>
-rw-r--r--doc/aerc-config.5.scd6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd
index 00d9dfd9..a616160f 100644
--- a/doc/aerc-config.5.scd
+++ b/doc/aerc-config.5.scd
@@ -694,9 +694,9 @@ These options are configured in the *[compose]* section of _aerc.conf_.
Default: _false_
*lf-editor* = _true_|_false_
- When set, aerc will create and read .eml files for composing that have
- non-standard \n linebreaks. This is only relevant if the used editor
- does not support CRLF linebreaks.
+ By default, aerc will use RFC2822 standard _\\r\\n_ (CRLF) line breaks
+ when composing messages. Use this option for text editors that only
+ support non-standard _\\n_ (LF) line breaks.
Default: _false_