From e7572fa86c364699c7ecd28e47fd5ef73eeb21e6 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Tue, 20 Sep 2022 12:21:40 +0200 Subject: [PATCH] Backport commit 616dcf27e from Emacs ; Fix typos in Lisp symbols 616dcf27e57388403d4c28d441bf7310bb665241 Stefan Kangas Tue Sep 20 12:21:40 2022 +0200 --- lisp/ox.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ox.el b/lisp/ox.el index a6209ee98..6316c687d 100644 --- a/lisp/ox.el +++ b/lisp/ox.el @@ -4605,7 +4605,7 @@ from the export back-end." ;; a given element, excluded. Note: "-n" switches reset that count. ;; ;; `org-export-unravel-code' extracts source code (along with a code -;; references alist) from an `element-block' or `src-block' type +;; references alist) from an `example-block' or `src-block' type ;; element. ;; ;; `org-export-format-code' applies a formatting function to each line