branch: elpa/yaml-mode
commit 2522b3cb8f5b1e5b9e1bc825960f309811dc2cb4
Author: Damien Cassou <[email protected]>
Commit: Damien Cassou <[email protected]>
Fix typos
Typos found with codespell.
---
yaml-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/yaml-mode.el b/yaml-mode.el
index b5897c8..7adb17f 100644
--- a/yaml-mode.el
+++ b/yaml-mode.el
@@ -286,7 +286,7 @@ line in the match data, as consumed by `font-lock-keywords'
matcher
functions. The function begins by searching backwards to determine
whether or not the current line is within a block literal. This could
be time-consuming in large buffers, so the number of lines searched is
-artificially limitted to the value of
+artificially limited to the value of
`yaml-block-literal-search-lines'."
(if (eolp) (goto-char (1+ (point))))
(unless (or (eobp) (>= (point) bound))