From 198fc8d48348417c24d296c96850f4fa7a275819 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sun, 1 Jun 2014 14:20:12 +0200 Subject: [PATCH] org-list: Fix typo in docstring * lisp/org-list.el (org-list-repair): Fix typo in docstring. --- 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 d24dad283..2c4d6871d 100644 --- a/lisp/org-list.el +++ b/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))