Преглед на файлове

org-list: Fix typo in docstring

* lisp/org-list.el (org-list-repair): Fix typo in docstring.
Nicolas Goaziou преди 11 години
родител
ревизия
198fc8d483
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      lisp/org-list.el

+ 1 - 1
lisp/org-list.el

@@ -2237,7 +2237,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))