diff options
Diffstat (limited to 'lisp/org/org-publish.el')
-rw-r--r-- | lisp/org/org-publish.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org/org-publish.el b/lisp/org/org-publish.el index 2bd92268657..d42abd43fc9 100644 --- a/lisp/org/org-publish.el +++ b/lisp/org/org-publish.el @@ -4,7 +4,7 @@ ;; Author: David O'Toole <dto@gnu.org> ;; Maintainer: Carsten Dominik <carsten DOT dominik AT gmail DOT com> ;; Keywords: hypermedia, outlines, wp -;; Version: 6.31a +;; Version: 6.33 ;; This file is part of GNU Emacs. ;; @@ -184,7 +184,7 @@ When nil, do no timestamp checking and always publish all files." (defcustom org-publish-before-export-hook nil "Hook run before export on the Org file. The hook may modify the file in arbitrary ways before publishing happens. -The orgiginal version of the buffer will be restored after publishing." +The original version of the buffer will be restored after publishing." :group 'org-publish :type 'hook) |