branch: externals-release/org
commit e7fc34ecf475e6043d89a6edfac9c4ca05552cd8
Author: Bastien <[email protected]>
Commit: Bastien <[email protected]>

    lisp/org.el: Update docstring of `org-return-and-maybe-indent'
    
    * lisp/org.el (org-return-and-maybe-indent): Update docstring to
    reflect the current behavior.
---
 lisp/org.el | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/lisp/org.el b/lisp/org.el
index bd0c3ce..4547056 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -17871,12 +17871,13 @@ object (e.g., within a comment).  In these case, you 
need to use
        (org--newline indent arg interactive))))))
 
 (defun org-return-and-maybe-indent ()
-  "Goto next table row, or insert a newline.
+  "Goto next table row, or insert a newline, maybe indented.
 Call `org-table-next-row' or `org-return', depending on context.
 See the individual commands for more information.
 
-When inserting a newline, indent the new line if
-`electric-indent-mode' is disabled."
+When inserting a newline, if `org-adapt-indentation' is `t':
+indent the line if `electric-indent-mode' is disabled, don't
+indent it if it is enabled."
   (interactive)
   (org-return (not electric-indent-mode)))
 

Reply via email to