소스 검색

Merge branch 'maint'

Nicolas Goaziou 11 년 전
부모
커밋
38aebc8c24
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lisp/org-list.el

+ 1 - 1
lisp/org-list.el

@@ -2227,7 +2227,7 @@ item is invisible."
 	  t)))))
 
 (defun org-list-repair ()
-  "Fix indentation, bullets and checkboxes is the list at point."
+  "Fix indentation, bullets and checkboxes in the list at point."
   (interactive)
   (unless (org-at-item-p) (error "This is not a list"))
   (let* ((struct (org-list-struct))