瀏覽代碼

org-list: forgot a double space

Nicolas Goaziou 13 年之前
父節點
當前提交
8bb1a0c57f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/org-list.el

+ 1 - 1
lisp/org-list.el

@@ -34,7 +34,7 @@
 ;; Once the list structure is stored, it is possible to make changes
 ;; on it that will be mirrored to the real list or to get information
 ;; about the list, using accessors and methods provided in the
-;; library. Most of them require the use of one or two helper
+;; library.  Most of them require the use of one or two helper
 ;; functions, namely `org-list-parents-alist' and
 ;; `org-list-prevs-alist'.