summaryrefslogtreecommitdiff
path: root/devdocs/elisp/error-messages.html
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2024-04-07 13:41:34 -0500
committerCraig Jennings <c@cjennings.net>2024-04-07 13:41:34 -0500
commit754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 (patch)
treef1190704f78f04a2b0b4c977d20fe96a828377f1 /devdocs/elisp/error-messages.html
new repository
Diffstat (limited to 'devdocs/elisp/error-messages.html')
-rw-r--r--devdocs/elisp/error-messages.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/devdocs/elisp/error-messages.html b/devdocs/elisp/error-messages.html
new file mode 100644
index 00000000..7d89e5b1
--- /dev/null
+++ b/devdocs/elisp/error-messages.html
@@ -0,0 +1,9 @@
+ <h4 class="subsection">Error Messages</h4> <p>Some examples signal errors. This normally displays an error message in the echo area. We show the error message on a line starting with ‘<samp>error→</samp>’. Note that ‘<samp>error→</samp>’ itself does not appear in the echo area. </p> <div class="example"> <pre class="example">(+ 23 'x)
+error→ Wrong type argument: number-or-marker-p, x
+</pre>
+</div><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/Error-Messages.html" class="_attribution-link">https://www.gnu.org/software/emacs/manual/html_node/elisp/Error-Messages.html</a>
+ </p>
+</div>