[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/yaml 12655d58ef 113/124: Fix typos
From: |
ELPA Syncer |
Subject: |
[elpa] externals/yaml 12655d58ef 113/124: Fix typos |
Date: |
Fri, 29 Nov 2024 16:00:09 -0500 (EST) |
branch: externals/yaml
commit 12655d58ef5e2e071e10dfceb1e7cb9312f5d2a0
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>
Fix typos
---
grammargen.bb | 4 ++--
yaml.el | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/grammargen.bb b/grammargen.bb
index b279bccacd..9b74355195 100755
--- a/grammargen.bb
+++ b/grammargen.bb
@@ -17,9 +17,9 @@
;;; Commentary:
-;; This file is the Babashka script used to initially generate the YAML
grammer Elisp code.
+;; This file is the Babashka script used to initially generate the YAML
grammar Elisp code.
;; The program expects to find a yaml-spec-1.2.json file in the same directory
and will
-;; generate the elisp code that should go in the main grammer parsing cond.
Due to certain
+;; generate the elisp code that should go in the main grammar parsing cond.
Due to certain
;; hand optimizations made in the Elisp code, the output of this program has
fell out of sync
;; with what is currently in yaml.el (though I don't find this a big problem
as the YAML spec
;; should never change).
diff --git a/yaml.el b/yaml.el
index 9f1a6744f2..6c61ffcd1a 100644
--- a/yaml.el
+++ b/yaml.el
@@ -244,7 +244,7 @@ This flag is intended for development purposes.")
text-body)))
(defun yaml--process-folded-text (text)
- "Remvoe the header line for a folded match and return TEXT body formatted."
+ "Remove the header line for a folded match and return TEXT body formatted."
(let* ((text (yaml--process-literal-text text))
(done))
(while (not done)
- [elpa] externals/yaml bdfaa8ce55 101/124: Merge pull request #40 from zkry/fix-block-indent-detection, (continued)
- [elpa] externals/yaml bdfaa8ce55 101/124: Merge pull request #40 from zkry/fix-block-indent-detection, ELPA Syncer, 2024/11/29
- [elpa] externals/yaml 69654c291f 090/124: Fix string values state bug, ELPA Syncer, 2024/11/29
- [elpa] externals/yaml 01ab8d1910 078/124: Merge pull request #30 from zkry/29-fix-list-encoding-indentation, ELPA Syncer, 2024/11/29
- [elpa] externals/yaml 9382bf5a3b 070/124: Merge pull request #25 from zkry/fix-lines-longer-than-80, ELPA Syncer, 2024/11/29
- [elpa] externals/yaml 34c300b085 075/124: Merge pull request #28 from tarsiiformes/nil, ELPA Syncer, 2024/11/29
- [elpa] externals/yaml 7f055d207c 057/124: Merge pull request #17 from conao3/plist-keyword, ELPA Syncer, 2024/11/29
- [elpa] externals/yaml b0d95e7e81 066/124: Use `alist-get` to converting alist to hash table, ELPA Syncer, 2024/11/29
- [elpa] externals/yaml c3988d10e2 098/124: store current indent level and use that for basis of block indent, ELPA Syncer, 2024/11/29
- [elpa] externals/yaml 94ea32ecb7 103/124: version bump, ELPA Syncer, 2024/11/29
- [elpa] externals/yaml ee34639c96 105/124: Update docstring and README to match current behavior, ELPA Syncer, 2024/11/29
- [elpa] externals/yaml 12655d58ef 113/124: Fix typos,
ELPA Syncer <=
- [elpa] externals/yaml b72c188381 111/124: Fix character escape code, ELPA Syncer, 2024/11/29
- [elpa] externals/yaml 20202d7c39 123/124: Merge pull request #56 from zkry/fix-octal-hex-parsing, ELPA Syncer, 2024/11/29
- [elpa] externals/yaml 3506009f94 031/124: Fix yaml-process-literal-text-test, ELPA Syncer, 2024/11/29