diff options
author | Leon Rische <leon.rische@me.com> | 2020-09-22 12:37:12 +0200 |
---|---|---|
committer | Leon Rische <leon.rische@me.com> | 2020-09-22 12:37:12 +0200 |
commit | d8e0ae6a92951e2ef991476f6bb07903139eb9bd (patch) | |
tree | 9dc08aa2552f00c70528f4891ee6434d534facf7 /org-fc.el | |
parent | 53c7108a5a8ab16eb76de75585cc0320d6ca1b4d (diff) |
Remove trailing space from docstring
Diffstat (limited to 'org-fc.el')
-rw-r--r-- | org-fc.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |