summaryrefslogtreecommitdiff
path: root/devdocs/elisp/conventions.html
diff options
context:
space:
mode:
Diffstat (limited to 'devdocs/elisp/conventions.html')
-rw-r--r--devdocs/elisp/conventions.html41
1 files changed, 41 insertions, 0 deletions
diff --git a/devdocs/elisp/conventions.html b/devdocs/elisp/conventions.html
new file mode 100644
index 00000000..dfd51ea4
--- /dev/null
+++ b/devdocs/elisp/conventions.html
@@ -0,0 +1,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 &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/Conventions.html" class="_attribution-link">https://www.gnu.org/software/emacs/manual/html_node/elisp/Conventions.html</a>
+ </p>
+</div>