branch: elpa/yaml-mode
commit cecf4b106b0c4236931b14919fdf87ff3546e2c9
Merge: 0aceaf3 2522b3c
Author: Vasilij Schneidermann <m...@vasilij.de>
Commit: GitHub <nore...@github.com>

    Merge pull request #74 from DamienCassou/typos
    
    Fix typos
---
 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))

Reply via email to