branch: externals/org commit 41ff569f2dd50289498320e1c891950ae016bec2 Author: Ihor Radchenko <yanta...@posteo.net> Commit: Ihor Radchenko <yanta...@posteo.net>
* lisp/org-ctags.el: Fix sentence spacing in the top comment --- lisp/org-ctags.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/org-ctags.el b/lisp/org-ctags.el index 5dd2bfd59c..5e1d7e7ae5 100644 --- a/lisp/org-ctags.el +++ b/lisp/org-ctags.el @@ -28,7 +28,7 @@ ;; ;; Allows Org mode to make use of the Emacs `etags' system. Defines ;; tag destinations in Org files as any text between <<double angled -;; brackets>>. This allows the tags-generation program `exuberant +;; brackets>>. This allows the tags-generation program `exuberant ;; ctags' to parse these files and create tag tables that record where ;; these destinations are found. Plain [[links]] in org mode files ;; which do not have <<matching destinations>> within the same file @@ -66,7 +66,7 @@ ;; search the entire text of the current buffer for 'tag'. ;; ;; This behavior can be modified by changing the value of -;; ORG-CTAGS-OPEN-LINK-FUNCTIONS. For example I have the following in my +;; ORG-CTAGS-OPEN-LINK-FUNCTIONS. For example, I have the following in my ;; .emacs, which describes the same behavior as the above paragraph with ;; one difference: ;;