diff options
| -rw-r--r-- | lispref/intro.texi | 10 |
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 |
| 136 | Extensions}. | 136 | Extensions}. |
| 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 |
| 477 | in use. | 477 | in use. |
| 478 | 478 | ||
| 479 | @deffn Command emacs-version | 479 | @deffn Command emacs-version &optional here |
| 480 | This function returns a string describing the version of Emacs that is | 480 | This function returns a string describing the version of Emacs that is |
| 481 | running. It is useful to include this string in bug reports. | 481 | running. 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 | ||
| 491 | Called interactively, the function prints the same information in the | 491 | If @var{here} is non-@code{nil}, it inserts the text in the buffer |
| 492 | echo area. | 492 | before point, and returns @code{nil}. Called interactively, the |
| 493 | function prints the same information in the echo area, but giving a | ||
| 494 | prefix 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 |