blob: dfd51ea4a8aa24525f23dbd94a7bdb25170c8d9f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
<h3 class="section">Conventions</h3> <p>This section explains the notational conventions that are used in this manual. You may want to skip this section and refer back to it later. </p> <table class="menu" border="0" cellspacing="0"> <tr>
<td align="left" valign="top">• <a href="some-terms" accesskey="1">Some Terms</a>
</td>
<td> </td>
<td align="left" valign="top">Explanation of terms we use in this manual. </td>
</tr> <tr>
<td align="left" valign="top">• <a href="nil-and-t" accesskey="2">nil and t</a>
</td>
<td> </td>
<td align="left" valign="top">How the symbols <code>nil</code> and <code>t</code> are used. </td>
</tr> <tr>
<td align="left" valign="top">• <a href="evaluation-notation" accesskey="3">Evaluation Notation</a>
</td>
<td> </td>
<td align="left" valign="top">The format we use for examples of evaluation. </td>
</tr> <tr>
<td align="left" valign="top">• <a href="printing-notation" accesskey="4">Printing Notation</a>
</td>
<td> </td>
<td align="left" valign="top">The format we use when examples print text. </td>
</tr> <tr>
<td align="left" valign="top">• <a href="error-messages" accesskey="5">Error Messages</a>
</td>
<td> </td>
<td align="left" valign="top">The format we use for examples of errors. </td>
</tr> <tr>
<td align="left" valign="top">• <a href="buffer-text-notation" accesskey="6">Buffer Text Notation</a>
</td>
<td> </td>
<td align="left" valign="top">The format we use for buffer contents in examples. </td>
</tr> <tr>
<td align="left" valign="top">• <a href="format-of-descriptions" accesskey="7">Format of Descriptions</a>
</td>
<td> </td>
<td align="left" valign="top">Notation for describing functions, variables, etc. </td>
</tr> </table><div class="_attribution">
<p class="_attribution-p">
Copyright © 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/Conventions.html" class="_attribution-link">https://www.gnu.org/software/emacs/manual/html_node/elisp/Conventions.html</a>
</p>
</div>
|