summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeon Rische <leon.rische@me.com>2020-09-22 12:37:12 +0200
committerLeon Rische <leon.rische@me.com>2020-09-22 12:37:12 +0200
commitd8e0ae6a92951e2ef991476f6bb07903139eb9bd (patch)
tree9dc08aa2552f00c70528f4891ee6434d534facf7
parent53c7108a5a8ab16eb76de75585cc0320d6ca1b4d (diff)
Remove trailing space from docstring
-rw-r--r--org-fc.el2
1 files changed, 1 insertions, 1 deletions
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)