diff options
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. |