* lisp/org-element.el (org-element-entity-parser): Add comment

This commit is contained in:
Ihor Radchenko 2023-10-19 11:17:58 +03:00
parent e34d7781f0
commit b3c8a7c360
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 2 additions and 0 deletions

View File

@ -3469,6 +3469,8 @@ Assume point is at the beginning of the entity."
(when (looking-at
(rx "\\"
(or
;; Special case: whitespace entities are matched by
;; name only.
(group-n 1 (seq "_" (1+ " ")))
(seq
(group-n 1