From 66b9d36b9231239542e21a4a130959ebf9d40819 Mon Sep 17 00:00:00 2001 From: Robin Jarry Date: Mon, 4 Dec 2023 11:24:30 +0100 Subject: 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 Acked-by: Moritz Poldrack --- doc/aerc-config.5.scd | 6 +++--- 1 file 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_ -- cgit