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/ox.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/ox.el')
-rw-r--r-- | lisp/org/ox.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/ox.el b/lisp/org/ox.el index 56bb4b74df3..ca6b3f22080 100644 --- a/lisp/org/ox.el +++ b/lisp/org/ox.el @@ -6291,7 +6291,7 @@ to `:default' encoding. If it fails, return S." ;; ;; Export Stack is viewed through a dedicated major mode ;;`org-export-stack-mode' and tools: `org-export-stack-refresh', -;;`org-export-stack-delete', `org-export-stack-view' and +;;`org-export-stack-remove', `org-export-stack-view' and ;;`org-export-stack-clear'. ;; ;; For back-ends, `org-export-add-to-stack' add a new source to stack. |