summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2014-03-15 07:42:19 +0100
committerBastien Guerry <bzg@altern.org>2014-03-15 07:42:19 +0100
commite1ede2271c11930fc5484274c9373a97466ae019 (patch)
treeeddc786917c20656aa1f9ee58f683a4b290fa6bf
parent6aba2424c9b53e05c348ab0e7cf69bd7a49eb144 (diff)
downloadorg-mode-e1ede2271c11930fc5484274c9373a97466ae019.tar.gz
org-src.el (org-src-preserve-indentation): Reformat docstring
* org-src.el (org-src-preserve-indentation): Reformat docstring.
-rw-r--r--lisp/org-src.el11
1 files changed, 6 insertions, 5 deletions
diff --git a/lisp/org-src.el b/lisp/org-src.el
index f870b2c..791f934 100644
--- a/lisp/org-src.el
+++ b/lisp/org-src.el
@@ -119,11 +119,12 @@ These are the regions where each line starts with a colon."
"If non-nil preserve leading whitespace characters on export.
If non-nil leading whitespace characters in source code blocks
are preserved on export, and when switching between the org
-buffer and the language mode edit buffer. If this variable is nil
-then, after editing with \\[org-edit-src-code], the
-minimum (across-lines) number of leading whitespace characters
-are removed from all lines, and the code block is uniformly
-indented according to the value of `org-edit-src-content-indentation'."
+buffer and the language mode edit buffer.
+
+When this variable is nil, after editing with \\[org-edit-src-code],
+the minimum (across-lines) number of leading whitespace characters
+are removed from all lines, and the code block is uniformly indented
+according to the value of `org-edit-src-content-indentation'."
:group 'org-edit-structure
:type 'boolean)