diff options
| -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 | ||