emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/yaml-mode cecf4b1 102/124: Merge pull request #74 from Dam


From: ELPA Syncer
Subject: [nongnu] elpa/yaml-mode cecf4b1 102/124: Merge pull request #74 from DamienCassou/typos
Date: Sun, 29 Aug 2021 11:36:22 -0400 (EDT)

branch: elpa/yaml-mode
commit cecf4b106b0c4236931b14919fdf87ff3546e2c9
Merge: 0aceaf3 2522b3c
Author: Vasilij Schneidermann <mail@vasilij.de>
Commit: GitHub <noreply@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

[Prev in Thread] Current Thread [Next in Thread]