diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-01-05 14:29:37 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-01-05 14:29:37 +0000 |
commit | 176c9de4b4366110131c6d5fc1cc812d706c41fa (patch) | |
tree | 3a2402cad7383af69c1b6f80feca649a75ff4e15 /lispref/streams.texi | |
parent | c142ce81fc9f5cd852d843fd5cd994155c1051e8 (diff) | |
download | emacs-176c9de4b4366110131c6d5fc1cc812d706c41fa.tar.gz |
Remove obsolete @tindex commands.
Diffstat (limited to 'lispref/streams.texi')
-rw-r--r-- | lispref/streams.texi | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lispref/streams.texi b/lispref/streams.texi index 04a4b598015..c603247f499 100644 --- a/lispref/streams.texi +++ b/lispref/streams.texi @@ -655,7 +655,6 @@ the printed representation of a Lisp object as a string. @end defun @defmac with-output-to-string body... -@tindex with-output-to-string This macro executes the @var{body} forms with @code{standard-output} set up to feed output into a string. Then it returns that string. @@ -714,7 +713,6 @@ In the second expression, the local binding of @code{prin1}, but not during the printing of the result. @end defvar -@tindex print-escape-nonascii @defvar print-escape-nonascii If this variable is non-@code{nil}, then unibyte non-@sc{ascii} characters in strings are unconditionally printed as backslash sequences @@ -726,7 +724,6 @@ characters, regardless of the value of this variable, when the output stream is a multibyte buffer or a marker pointing into one. @end defvar -@tindex print-escape-multibyte @defvar print-escape-multibyte If this variable is non-@code{nil}, then multibyte non-@sc{ascii} characters in strings are unconditionally printed as backslash sequences |