Skip to content

Commit ddcccbc

Browse files
skangaskyleam
authored andcommitted
Backport commit 78eacf31e from Emacs
; Fix many typos in symbols in docs and comments 78eacf31e8fe182801ad1943fac717b75fcf286b Stefan Kangas Fri Oct 2 13:29:45 2020 +0200
1 parent 1a0344a commit ddcccbc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lisp/ol-bibtex.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ is non-nil."
317317
"Controls whether inherited tags are converted to bibtex keywords.
318318
It is relevant only if `org-bibtex-tags-are-keywords' is non-nil.
319319
Tag inheritance itself is controlled by `org-use-tag-inheritance'
320-
and `org-exclude-tags-from-inheritance'."
320+
and `org-tags-exclude-from-inheritance'."
321321
:group 'org-bibtex
322322
:version "26.1"
323323
:package-version '(Org . "8.3")

lisp/org-num.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ For example, add \"ARCHIVE\" to this list to avoid numbering
131131
archived sub-trees.
132132
133133
Tag in this list prevent numbering the whole sub-tree,
134-
irrespective to `org-use-tags-inheritance', or other means to
134+
irrespective to `org-use-tag-inheritance', or other means to
135135
control tag inheritance."
136136
:group 'org-appearance
137137
:package-version '(Org . "9.3")

lisp/org.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1933,7 +1933,7 @@ taken from the (otherwise obsolete) variable `org-todo-interpretation'."
19331933
(choice
19341934
:tag "Interpretation"
19351935
;;Quick and dirty way to see
1936-
;;`org-todo-interpretations'. This takes the
1936+
;;`org-todo-interpretation'. This takes the
19371937
;;place of item arguments
19381938
:convert-widget
19391939
(lambda (widget)

0 commit comments

Comments
 (0)