summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Davison <davison@stats.ox.ac.uk>2010-07-20 12:40:06 -0400
committerDan Davison <davison@stats.ox.ac.uk>2010-07-20 12:40:06 -0400
commit2a0809263e20ca6d55331d7de4b860cc6602d0c0 (patch)
tree775d1fc2ba9746fe1b69edea3a4da21088393223
parent8d0735b89e4391a23c5525b6eaa84ddc073eef57 (diff)
downloadorg-mode-2a0809263e20ca6d55331d7de4b860cc6602d0c0.tar.gz
doc: reverse order of names in org-babel author attribution
-rw-r--r--doc/org.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/org.texi b/doc/org.texi
index b2a6173..9c6f5b7 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -10979,9 +10979,9 @@ e.g.
Org-mode provides a number of features for working with live source code,
including editing of code blocks in their native major-mode, evaluation of
-code blocks, tangling of code blocks, and exporting code blocks and
-their results in several formats. This functionality was contributed by Dan
-Davison and Eric Schulte, and was originally named Org-babel.
+code blocks, tangling of code blocks, and exporting code blocks and their
+results in several formats. This functionality was contributed by Eric
+Schulte and Dan Davison, and was originally named Org-babel.
The following sections describe Org-mode's code block handling facilities.