aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2004-03-12 10:13:59 +0000
committerRichard M. Stallman2004-03-12 10:13:59 +0000
commit8bbf587df2b082659d3fe40087b44451ed6bd104 (patch)
treec29664cad7dc1f76c90f23354d558e3bf4b625c3
parentcd07ee902842e21c1d37aaf1e31cf45fbe65e143 (diff)
downloademacs-8bbf587df2b082659d3fe40087b44451ed6bd104.tar.gz
emacs-8bbf587df2b082659d3fe40087b44451ed6bd104.zip
(Version Info): Add arg to emacs-version.
(Lisp History): Change xref to CL manual.
-rw-r--r--lispref/intro.texi10
1 files changed, 6 insertions, 4 deletions
diff --git a/lispref/intro.texi b/lispref/intro.texi
index 0ecc8f88513..77c506f294f 100644
--- a/lispref/intro.texi
+++ b/lispref/intro.texi
@@ -132,7 +132,7 @@ worry about it; this manual is self-contained.
132 132
133@pindex cl 133@pindex cl
134 A certain amount of Common Lisp emulation is available via the 134 A certain amount of Common Lisp emulation is available via the
135@file{cl} library. @xref{Top,, Common Lisp Extension, cl, Common Lisp 135@file{cl} library. @xref{Top,, Overview, cl, Common Lisp
136Extensions}. 136Extensions}.
137 137
138 Emacs Lisp is not at all influenced by Scheme; but the GNU project has 138 Emacs Lisp is not at all influenced by Scheme; but the GNU project has
@@ -476,7 +476,7 @@ replaced by `User Option'.
476 These facilities provide information about which version of Emacs is 476 These facilities provide information about which version of Emacs is
477in use. 477in use.
478 478
479@deffn Command emacs-version 479@deffn Command emacs-version &optional here
480This function returns a string describing the version of Emacs that is 480This function returns a string describing the version of Emacs that is
481running. It is useful to include this string in bug reports. 481running. It is useful to include this string in bug reports.
482 482
@@ -488,8 +488,10 @@ running. It is useful to include this string in bug reports.
488@end group 488@end group
489@end smallexample 489@end smallexample
490 490
491Called interactively, the function prints the same information in the 491If @var{here} is non-@code{nil}, it inserts the text in the buffer
492echo area. 492before point, and returns @code{nil}. Called interactively, the
493function prints the same information in the echo area, but giving a
494prefix argument makes @var{here} non-@code{nil}.
493@end deffn 495@end deffn
494 496
495@defvar emacs-build-time 497@defvar emacs-build-time