summaryrefslogtreecommitdiff
path: root/devdocs/elisp/read-and-print.html
diff options
context:
space:
mode:
Diffstat (limited to 'devdocs/elisp/read-and-print.html')
-rw-r--r--devdocs/elisp/read-and-print.html36
1 files changed, 0 insertions, 36 deletions
diff --git a/devdocs/elisp/read-and-print.html b/devdocs/elisp/read-and-print.html
deleted file mode 100644
index 3f98d16c..00000000
--- a/devdocs/elisp/read-and-print.html
+++ /dev/null
@@ -1,36 +0,0 @@
- <h2 class="chapter">Reading and Printing Lisp Objects</h2> <p><em>Printing</em> and <em>reading</em> are the operations of converting Lisp objects to textual form and vice versa. They use the printed representations and read syntax described in <a href="lisp-data-types">Lisp Data Types</a>. </p> <p>This chapter describes the Lisp functions for reading and printing. It also describes <em>streams</em>, which specify where to get the text (if reading) or where to put it (if printing). </p> <table class="menu" border="0" cellspacing="0"> <tr>
-<td align="left" valign="top">• <a href="streams-intro" accesskey="1">Streams Intro</a>
-</td>
-<td> </td>
-<td align="left" valign="top">Overview of streams, reading and printing. </td>
-</tr> <tr>
-<td align="left" valign="top">• <a href="input-streams" accesskey="2">Input Streams</a>
-</td>
-<td> </td>
-<td align="left" valign="top">Various data types that can be used as input streams. </td>
-</tr> <tr>
-<td align="left" valign="top">• <a href="input-functions" accesskey="3">Input Functions</a>
-</td>
-<td> </td>
-<td align="left" valign="top">Functions to read Lisp objects from text. </td>
-</tr> <tr>
-<td align="left" valign="top">• <a href="output-streams" accesskey="4">Output Streams</a>
-</td>
-<td> </td>
-<td align="left" valign="top">Various data types that can be used as output streams. </td>
-</tr> <tr>
-<td align="left" valign="top">• <a href="output-functions" accesskey="5">Output Functions</a>
-</td>
-<td> </td>
-<td align="left" valign="top">Functions to print Lisp objects as text. </td>
-</tr> <tr>
-<td align="left" valign="top">• <a href="output-variables" accesskey="6">Output Variables</a>
-</td>
-<td> </td>
-<td align="left" valign="top">Variables that control what the printing functions do. </td>
-</tr> </table><div class="_attribution">
- <p class="_attribution-p">
- Copyright &copy; 1990-1996, 1998-2022 Free Software Foundation, Inc. <br>Licensed under the GNU GPL license.<br>
- <a href="https://www.gnu.org/software/emacs/manual/html_node/elisp/Read-and-Print.html" class="_attribution-link">https://www.gnu.org/software/emacs/manual/html_node/elisp/Read-and-Print.html</a>
- </p>
-</div>