diff options
author | Mattias EngdegÄrd <mattiase@acm.org> | 2021-03-12 12:11:17 +0100 |
---|---|---|
committer | Mattias EngdegÄrd <mattiase@acm.org> | 2021-03-12 12:12:14 +0100 |
commit | a0854f939ce3a1de2c8cbc5e38b106a8df4480f6 (patch) | |
tree | df6e1a516d2310fbb356a8ea2b7dc77839a63671 /lisp/org | |
parent | 14b54cea1756f4d66c7376c55cf4aa88e8c3c0c3 (diff) | |
download | emacs-a0854f939ce3a1de2c8cbc5e38b106a8df4480f6.tar.gz emacs-a0854f939ce3a1de2c8cbc5e38b106a8df4480f6.tar.bz2 emacs-a0854f939ce3a1de2c8cbc5e38b106a8df4480f6.zip |
; Fix typos in doc strings
Diffstat (limited to 'lisp/org')
-rw-r--r-- | lisp/org/ol.el | 2 | ||||
-rw-r--r-- | lisp/org/org-tempo.el | 2 | ||||
-rw-r--r-- | lisp/org/org.el | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lisp/org/ol.el b/lisp/org/ol.el index 9ed6ab954ef..38e2dd6a02c 100644 --- a/lisp/org/ol.el +++ b/lisp/org/ol.el @@ -591,7 +591,7 @@ handle this as a special case. When the function does handle the link, it must return a non-nil value. If it decides that it is not responsible for this link, it must return -nil to indicate that that Org can continue with other options like +nil to indicate that Org can continue with other options like exact and fuzzy text search.") diff --git a/lisp/org/org-tempo.el b/lisp/org/org-tempo.el index 36b8614fe1c..c121b8e7aca 100644 --- a/lisp/org/org-tempo.el +++ b/lisp/org/org-tempo.el @@ -65,7 +65,7 @@ just like `org-structure-template-alist'. The tempo snippet \"<KEY\" will be expanded using the KEYWORD value. For example \"<L\" at the beginning of a line is expanded to \"#+latex:\". -Do not use \"I\" as a KEY, as it it reserved for expanding +Do not use \"I\" as a KEY, as it is reserved for expanding \"#+include\"." :group 'org-tempo :type '(repeat (cons (string :tag "Key") diff --git a/lisp/org/org.el b/lisp/org/org.el index 41898dc2028..cebe1735bed 100644 --- a/lisp/org/org.el +++ b/lisp/org/org.el @@ -20318,7 +20318,7 @@ unless optional argument NO-INHERITANCE is non-nil." (defun org-point-at-end-of-empty-headline () "If point is at the end of an empty headline, return t, else nil. -If the heading only contains a TODO keyword, it is still still considered +If the heading only contains a TODO keyword, it is still considered empty." (let ((case-fold-search nil)) (and (looking-at "[ \t]*$") |