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

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

[elpa] externals/org 77a1ddd39f 2/2: lisp/org-element-ast.el: Fix typos


From: ELPA Syncer
Subject: [elpa] externals/org 77a1ddd39f 2/2: lisp/org-element-ast.el: Fix typos in top comment
Date: Fri, 12 Jan 2024 10:22:18 -0500 (EST)

branch: externals/org
commit 77a1ddd39f25eed8ee0e0d4809e3970e3affc124
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>

    lisp/org-element-ast.el: Fix typos in top comment
---
 lisp/org-element-ast.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lisp/org-element-ast.el b/lisp/org-element-ast.el
index af2a7cc1bd..24f0ac62e8 100644
--- a/lisp/org-element-ast.el
+++ b/lisp/org-element-ast.el
@@ -24,7 +24,7 @@
 
 ;; This file implements Org abstract syntax tree (AST) data structure.
 ;;
-;; Only the most generic aspect of the syntax tree are considered
+;; Only the most generic aspects of the syntax tree are considered
 ;; below.  The fine details of Org syntax are implemented elsewhere.
 ;;
 ;; Org AST is composed of nested syntax nodes.
@@ -85,7 +85,7 @@
 ;; `:secondary' holds a list of properties that may contain extra AST
 ;; nodes, in addition to the node contents.
 ;;
-;; `deferred' property describes how to update not-yet-calculated
+;; `:deferred' property describes how to update not-yet-calculated
 ;; properties on request.
 ;;
 ;;
@@ -170,7 +170,7 @@
 ;; inside `:title' property.  Note that `:title' is listed in
 ;; `:secondary' value.
 ;;
-;; The following example illustrates an example AST for Org document:
+;; The following example illustrates AST structure for an Org document:
 ;;
 ;; ---- Org document --------
 ;; * Heading with *bold* text



reply via email to

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