Browse Source

org-list: Fix typo in docstring

* lisp/org-list.el (org-list-repair): Fix typo in docstring.
Nicolas Goaziou 11 years ago
parent
commit
198fc8d483
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/org-list.el

+ 1 - 1
lisp/org-list.el

@@ -2237,7 +2237,7 @@ item is invisible."
 	  t)))))
 	  t)))))
 
 
 (defun org-list-repair ()
 (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)
   (interactive)
   (unless (org-at-item-p) (error "This is not a list"))
   (unless (org-at-item-p) (error "This is not a list"))
   (let* ((struct (org-list-struct))
   (let* ((struct (org-list-struct))