From 5d308e2728bc3c603d14e857a9ba08c6c9b49109 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Thu, 7 May 2020 14:10:05 +0200 Subject: [PATCH] Fix docstring * lisp/org.el (org--newline): Fix docstring. --- lisp/org.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index 5d5febe04..8ad437a20 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -17649,8 +17649,8 @@ call `open-line' on the very first character." (defun org--newline (indent arg interactive) "Call `newline-and-indent' or just `newline'. -If INDENT is non-nil, call `newline-and-indent' with ARG to -indent unconditionally; otherwise, call `newline' with ARG and +If INDENT is non-nil, call `newline-and-indent' to indent +unconditionally; otherwise, call `newline' with ARG and INTERACTIVE, which can trigger indentation if `electric-indent-mode' is enabled." (if indent