From d8e0ae6a92951e2ef991476f6bb07903139eb9bd Mon Sep 17 00:00:00 2001 From: Leon Rische Date: Tue, 22 Sep 2020 12:37:12 +0200 Subject: Remove trailing space from docstring --- org-fc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-fc.el b/org-fc.el index 0047471..76dbffb 100644 --- a/org-fc.el +++ b/org-fc.el @@ -817,7 +817,7 @@ CURRENT-INDEX is the index of the current position in the list of all holes." (t (error "Org-fc: Unknown cloze card type %s" type)))) (defun org-fc-type-cloze--end () - "End of contents of heading at point, excluding subheadings. " + "End of contents of heading at point, excluding subheadings." (save-excursion ;; If there is no next heading, we end up at `(point-max)` (outline-next-heading) -- cgit v1.2.3