diff options
| author | Richard M. Stallman | 2005-04-19 15:18:39 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-04-19 15:18:39 +0000 |
| commit | e251f78c18afdf7cb78089ba60b93d3b73143fef (patch) | |
| tree | af1c3c1292675804961493570a286af3eb431cda | |
| parent | 191652f81595b18cbbdbc231d9a26034a04acf7d (diff) | |
| download | emacs-e251f78c18afdf7cb78089ba60b93d3b73143fef.tar.gz emacs-e251f78c18afdf7cb78089ba60b93d3b73143fef.zip | |
(Output Functions): Fix xref.
| -rw-r--r-- | lispref/streams.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/streams.texi b/lispref/streams.texi index f459c1c821a..09f8695cd25 100644 --- a/lispref/streams.texi +++ b/lispref/streams.texi | |||
| @@ -659,7 +659,7 @@ characters in the output. (This argument is supported in Emacs versions | |||
| 659 | @end group | 659 | @end group |
| 660 | @end example | 660 | @end example |
| 661 | 661 | ||
| 662 | See @code{format}, in @ref{String Conversion}, for other ways to obtain | 662 | See @code{format}, in @ref{Formatting Strings}, for other ways to obtain |
| 663 | the printed representation of a Lisp object as a string. | 663 | the printed representation of a Lisp object as a string. |
| 664 | @end defun | 664 | @end defun |
| 665 | 665 | ||