branch: externals/org
commit a9455543df7c4dbe167d37d61065f8d3f603629e
Author: Ihor Radchenko <yanta...@posteo.net>
Commit: Ihor Radchenko <yanta...@posteo.net>

    lisp/org.el (org-indent-line): Fix docstring
    
    When `org-src-tab-acts-natively', we use fallback default action
    described by "otherwise" rather than doing nothing.  See
    f58201b1e1b0788098b1bbca45e06e015f5b0b7b.
    
    Reported-by: l...@phdk.org
    Link: https://orgmode.org/list/874izcjeto.fsf@localhost
---
 lisp/org.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/org.el b/lisp/org.el
index e37ed49784..78e8c06922 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -19437,7 +19437,7 @@ Indentation is done according to the following rules:
 
   - In the code part of a source block, use language major mode
     to indent current line if `org-src-tab-acts-natively' is
-    non-nil.  If it is nil, do nothing.
+    non-nil.
 
   - Otherwise, indent like the first non-blank line above.
 

Reply via email to