Skip to content

Commit 8a5cb51

Browse files
authored
Merge pull request #272 from laur89/master
fix "definie(d)" typos.
2 parents 37fc5db + a96f903 commit 8a5cb51

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/orgguide.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1226,7 +1226,7 @@ syntax highlighting and indentation~
12261226

12271227
*g:org_heading_highlight_levels*
12281228
Default: len(g:org_heading_highlight_colors)
1229-
Definie the number of levels of highlighting. If this number is bigger than
1229+
Define the number of levels of highlighting. If this number is bigger than
12301230
the list of colors defined in of g:org_heading_highlight_colors the colors
12311231
of g:org_heading_highlight_colors get repeated. Example:
12321232
>

ftplugin/orgmode/settings.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def get(setting, default=None, scope=SCOPE_ALL):
5050

5151

5252
def set(setting, value, scope=SCOPE_GLOBAL, overwrite=False):
53-
u""" Store setting in the definied scope
53+
u""" Store setting in the defined scope
5454
5555
WARNING: For the return value, only string are converted to unicode. If a
5656
different value is received by vim.eval, e.g. a list or dict, no conversion
@@ -60,7 +60,7 @@ def set(setting, value, scope=SCOPE_GLOBAL, overwrite=False):
6060
:value: the actual value, repr is called on the value to create a string
6161
representation
6262
:scope: the scope o the setting/variable
63-
:overwrite: overwrite existing settings (probably user definied settings)
63+
:overwrite: overwrite existing settings (probably user defined settings)
6464
6565
:returns: the new value in case of overwrite==False the current value
6666
"""
@@ -83,7 +83,7 @@ def set(setting, value, scope=SCOPE_GLOBAL, overwrite=False):
8383

8484

8585
def unset(setting, scope=SCOPE_GLOBAL):
86-
u""" Unset setting int the definied scope
86+
u""" Unset setting in the defined scope
8787
:setting: name of the setting
8888
:scope: the scope o the setting/variable
8989

0 commit comments

Comments
 (0)