diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-11-21 15:16:08 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-11-21 15:20:11 +0100 |
commit | beaa2e49530b8149d2c22cb5fa15b8d48f7937b6 (patch) | |
tree | e92668cbdb35696e07375374f5738efc99d466fc /lisp/org/org-element.el | |
parent | 61e96789ddb1fe81520c3b1cc6c7ff43da5bc26f (diff) | |
download | emacs-beaa2e49530b8149d2c22cb5fa15b8d48f7937b6.tar.gz emacs-beaa2e49530b8149d2c22cb5fa15b8d48f7937b6.tar.bz2 emacs-beaa2e49530b8149d2c22cb5fa15b8d48f7937b6.zip |
; Fix typos (misspelled symbols)
Diffstat (limited to 'lisp/org/org-element.el')
-rw-r--r-- | lisp/org/org-element.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/org-element.el b/lisp/org/org-element.el index 4c018062af3..474a93577a9 100644 --- a/lisp/org/org-element.el +++ b/lisp/org/org-element.el @@ -139,7 +139,7 @@ is not sufficient to know if point is at a paragraph ending. See (defvar org-element--object-regexp nil "Regexp possibly matching the beginning of an object. This regexp allows false positives. Dedicated parser (e.g., -`org-export-bold-parser') will take care of further filtering. +`org-element-bold-parser') will take care of further filtering. Radio links are not matched by this regexp, as they are treated specially in `org-element--object-lex'.") |