From 8bb1a0c57f1836c55e79117a5661865455d5c6e3 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Tue, 23 Aug 2011 22:19:14 +0200 Subject: [PATCH] org-list: forgot a double space --- lisp/org-list.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-list.el b/lisp/org-list.el index 28501f901..6723a6b92 100644 --- a/lisp/org-list.el +++ b/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'. -- 2.11.4.GIT