Carsten Dominik 15 yıl önce
ebeveyn
işleme
ed5513079b
2 değiştirilmiş dosya ile 5 ekleme ve 0 silme
  1. 3 0
      lisp/ChangeLog
  2. 2 0
      lisp/org-list.el

+ 3 - 0
lisp/ChangeLog

@@ -1,5 +1,8 @@
 2009-11-30  Carsten Dominik  <carsten.dominik@gmail.com>
 
+	* org-list.el (org-empty-line-terminates-plain-lists): Update
+	docstring.
+
 	* org.el (org-format-latex): Fix link creation for processed latex
 	snippets.
 

+ 2 - 0
lisp/org-list.el

@@ -126,6 +126,8 @@ the bullet in each item of he list."
 
 (defcustom org-empty-line-terminates-plain-lists nil
   "Non-nil means, an empty line ends all plain list levels.
+This is currently effective only during export.  It should also have
+an effect for indentation and plain list folding, but it does not.
 When nil, empty lines are part of the preceding item."
   :group 'org-plain-lists
   :type 'boolean)