summaryrefslogtreecommitdiff
path: root/doc/lispref/intro.texi
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2015-08-24 00:27:53 -0700
committerGlenn Morris <rgm@gnu.org>2015-08-24 00:27:53 -0700
commit5a133ba0785b756a3f479ec8acf95ca3f2b48c92 (patch)
tree27cf1c37fe6e7ac4453f8c4c84e51b1a97109b12 /doc/lispref/intro.texi
parenta19b8550f3db9a0984e940260a5132275daf29ea (diff)
downloademacs-5a133ba0785b756a3f479ec8acf95ca3f2b48c92.tar.gz
* lisp/version.el (emacs-version): No longer include build host
* doc/lispref/intro.texi (Version Info): Update example.
Diffstat (limited to 'doc/lispref/intro.texi')
-rw-r--r--doc/lispref/intro.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/intro.texi b/doc/lispref/intro.texi
index 14bdbdbcd36..0db464ebd2e 100644
--- a/doc/lispref/intro.texi
+++ b/doc/lispref/intro.texi
@@ -480,8 +480,8 @@ running. It is useful to include this string in bug reports.
@smallexample
@group
(emacs-version)
- @result{} "GNU Emacs 23.1 (i686-pc-linux-gnu, GTK+ Version 2.14.4)
- of 2009-06-01 on cyd.mit.edu"
+ @result{} "GNU Emacs 24.5.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.16.4)
+ of 2015-06-01"
@end group
@end smallexample