瀏覽代碼

org-src.el (org-src-preserve-indentation): Reformat docstring

* org-src.el (org-src-preserve-indentation): Reformat
docstring.
Bastien Guerry 11 年之前
父節點
當前提交
e1ede2271c
共有 1 個文件被更改,包括 6 次插入5 次删除
  1. 6 5
      lisp/org-src.el

+ 6 - 5
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)