Przeglądaj źródła

Merge branch 'maint'

Conflicts:
	lisp/ox.el
Nicolas Goaziou 11 lat temu
rodzic
commit
4c0a29edec
2 zmienionych plików z 6 dodań i 5 usunięć
  1. 4 4
      doc/org.texi
  2. 2 1
      lisp/ox.el

+ 4 - 4
doc/org.texi

@@ -10427,10 +10427,10 @@ export dispatcher with the following key combinations:
 Toggle asynchronous export.  Asynchronous export uses an external Emacs
 process that is configured with a specified initialization file.
 
-While exporting asynchronously, the output is not displayed.  It is stored in
-a list called ``the export stack'', and can be viewed from there.  The stack
-can be reached by calling the dispatcher with a double @kbd{C-u} prefix
-argument, or with @kbd{&} key from the dispatcher.
+While exporting asynchronously, the output is not displayed, but stored in
+a place called ``the export stack''.  This stack can be displayed by calling
+the dispatcher with a double @kbd{C-u} prefix argument, or with @kbd{&} key
+from the dispatcher menu.
 
 @vindex org-export-in-background
 To make this behavior the default, customize the variable

+ 2 - 1
lisp/ox.el

@@ -818,7 +818,8 @@ HTML code while every other back-end will ignore it."
   :type 'coding-system)
 
 (defcustom org-export-copy-to-kill-ring nil
-  "Should we push exported content to the kill ring?"
+  "Non-nil means pushing export output to the kill ring.
+This variable is ignored during asynchronous export."
   :group 'org-export-general
   :version "25.1"
   :package-version '(Org . "8.3")