소스 검색

Fix typo in org-provide-checkbox-statistics docstring.

Bastien Guerry 16 년 전
부모
커밋
b536686e7d
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      lisp/org-list.el

+ 3 - 3
lisp/org-list.el

@@ -139,9 +139,9 @@ use \\[org-ctrl-c-ctrl-c] to trigger renumbering."
 
 (defcustom org-provide-checkbox-statistics t
   "Non-nil means, update checkbox statistics after insert and toggle.
-When this is set, checkbox statistics is updated each time you either insert
-a new checkbox with \\[org-insert-todo-heading] or toggle a checkbox
-with \\[org-ctrl-c-ctrl-c\\]."
+When this is set, checkbox statistics is updated each time you
+either insert a new checkbox with \\[org-insert-todo-heading] or
+toggle a checkbox with \\[org-ctrl-c-ctrl-c]."
   :group 'org-plain-lists
   :type 'boolean)