summaryrefslogtreecommitdiff
path: root/devdocs/elisp/error-messages.html
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-08-14 22:58:58 -0500
committerCraig Jennings <c@cjennings.net>2025-08-14 22:58:58 -0500
commit82ba818ff456bcd6d56a06226e3f27e98fbb55c3 (patch)
tree158cfc17b2f644a10f063cb546752cfaae12c97f /devdocs/elisp/error-messages.html
parent9278ddd4ea1a8b1a4c1edaa8894516e3f48d245b (diff)
downloaddotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.tar.gz
dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.zip
removing all downloaded devdocs files
Diffstat (limited to 'devdocs/elisp/error-messages.html')
-rw-r--r--devdocs/elisp/error-messages.html9
1 files changed, 0 insertions, 9 deletions
diff --git a/devdocs/elisp/error-messages.html b/devdocs/elisp/error-messages.html
deleted file mode 100644
index 7d89e5b1..00000000
--- a/devdocs/elisp/error-messages.html
+++ /dev/null
@@ -1,9 +0,0 @@
- <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>