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

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

[nongnu] elpa/yaml-mode 13728b4b1b 2/2: Merge pull request #108 from tar


From: ELPA Syncer
Subject: [nongnu] elpa/yaml-mode 13728b4b1b 2/2: Merge pull request #108 from tarsiiformes/typo
Date: Fri, 14 Jul 2023 01:01:32 -0400 (EDT)

branch: elpa/yaml-mode
commit 13728b4b1b1bd33d3a754236a0f23e4c76d6ba91
Merge: b153150e0e e9f3600dbf
Author: Shohei YOSHIDA <syohex@gmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #108 from tarsiiformes/typo
    
    Fix typo
---
 yaml-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/yaml-mode.el b/yaml-mode.el
index 1cfef236dd..d3c1da8e98 100644
--- a/yaml-mode.el
+++ b/yaml-mode.el
@@ -123,7 +123,7 @@ that key is pressed to begin a block literal."
   "Regexp matching a line containing only (valid) whitespace.")
 
 (defconst yaml-directive-re "^\\(?:--- \\)? *%\\(\\w+\\)"
-  "Regexp matching a line contatining a YAML directive.")
+  "Regexp matching a line containing a YAML directive.")
 
 (defconst yaml-document-delimiter-re "^\\(?:---\\|[.][.][.]\\)"
   "Rexexp matching a YAML document delimiter line.")



reply via email to

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