]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix overwritten typos and Org version number.
authorBastien Guerry <bzg@gnu.org>
Fri, 26 Oct 2012 15:27:29 +0000 (17:27 +0200)
committerBastien Guerry <bzg@gnu.org>
Fri, 26 Oct 2012 15:27:29 +0000 (17:27 +0200)
doc/misc/org.texi
lisp/org/org-version.el

index cdaf1174a26c5fc8a73a1c250425d8d2f0795e08..a69dc0fd81f506d7b63cd19d5caf067c4fb1e738 100644 (file)
@@ -947,7 +947,7 @@ description on Worg}.
 Installing Info files is system dependent, because of differences in the
 @file{install-info} program.  The Info documentation is installed together
 with the rest of Org mode.  If you don't install Org mode, it is possible to
-install the Info documentation seperately (you need to have
+install the Info documentation separately (you need to have
 install-info@footnote{The output from install-info (if any) is system
 dependent.  In particular Debian and its derivatives use two different
 versions of install-info and you may see the message:
@@ -16693,7 +16693,7 @@ on @file{org-element.el} and @file{org-export.el} has been outstanding, and
 opened the doors for many new ideas and features.
 
 @item Jambunathan K
-Jambunathan contributed the ODT exporter, definitly a killer feature of
+Jambunathan contributed the ODT exporter, definitely a killer feature of
 Org mode.  He also contributed the new HTML exporter, which is another core
 feature of Org.  Here too, I knew I could rely on him to fix bugs in these
 areas and to patiently explain the users what was the problems and solutions.
@@ -16701,7 +16701,7 @@ areas and to patiently explain the users what was the problems and solutions.
 @item Achim Gratz
 Achim rewrote the building process of Org, turning some @emph{ad hoc} tools
 into a flexible and conceptually clean process.  He patiently coped with the
-many hicups that such a change can create for users.
+many hiccups that such a change can create for users.
 
 @item Nick Dokos
 The Org mode mailing list would not be such a nice place without Nick, who
index 9fcea6725e326b8344666d2a34e3c9f8f4b5a260..564b49a5ceabd4b42b46f21c308eddabd5d10ada 100644 (file)
@@ -5,13 +5,13 @@
 (defun org-release ()
   "The release version of org-mode.
   Inserted by installing org-mode or when a release is made."
-   (let ((org-release "7.9.2"))
+   (let ((org-release "7.9.2+"))
      org-release))
 ;;;###autoload
 (defun org-git-version ()
   "The Git version of org-mode.
   Inserted by installing org-mode or when a release is made."
-   (let ((org-git-version "release_7.9.2-68-g7a9d34"))
+   (let ((org-git-version "7.9.2+-GNU-Emacs-24-3"))
      org-git-version))
 ;;;###autoload
 (defvar org-odt-data-dir "/usr/share/emacs/etc/org"