diff options
author | Bastien Guerry <bzg@gnu.org> | 2013-12-06 15:43:10 +0100 |
---|---|---|
committer | Bastien Guerry <bzg@gnu.org> | 2013-12-06 15:43:10 +0100 |
commit | ed72f323bfd7697517171b2a6079fb5da20d8b22 (patch) | |
tree | 3dd056978ae5afc6f4f511aac9ada761888b2ac1 /doc/misc | |
parent | 652b969ea12b16436a4a2be37be4cbcb257282ca (diff) | |
download | emacs-ed72f323bfd7697517171b2a6079fb5da20d8b22.tar.gz emacs-ed72f323bfd7697517171b2a6079fb5da20d8b22.tar.bz2 emacs-ed72f323bfd7697517171b2a6079fb5da20d8b22.zip |
org.texi: Don't include Emacs version within Org's version
Thanks to Glenn for reporting this.
Diffstat (limited to 'doc/misc')
-rw-r--r-- | doc/misc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/misc/org.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 6e427fa24b0..5a7b301d5b0 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,3 +1,7 @@ +2013-12-06 Bastien Guerry <bzg@gnu.org> + + * org.texi: Don't include Emacs version within Org's version. + 2013-12-06 Nicolas Goaziou <n.goaziou@gmail.com> * org.texi (Creating one-off styles): Use new export snippet diff --git a/doc/misc/org.texi b/doc/misc/org.texi index 9ebbb0a6295..015b519df6c 100644 --- a/doc/misc/org.texi +++ b/doc/misc/org.texi @@ -2,7 +2,7 @@ @c %**start of header @setfilename ../../info/org @settitle The Org Manual -@set VERSION 8.2.4 (GNU Emacs 24.3) +@set VERSION 8.2.4 @c Use proper quote and backtick for code sections in PDF output @c Cf. Texinfo manual 14.2 |