diff options
| author | Craig Jennings <c@cjennings.net> | 2024-04-07 13:41:34 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2024-04-07 13:41:34 -0500 |
| commit | 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 (patch) | |
| tree | f1190704f78f04a2b0b4c977d20fe96a828377f1 /devdocs/elisp/warnings.html | |
new repository
Diffstat (limited to 'devdocs/elisp/warnings.html')
| -rw-r--r-- | devdocs/elisp/warnings.html | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/devdocs/elisp/warnings.html b/devdocs/elisp/warnings.html new file mode 100644 index 00000000..b0dd9aa4 --- /dev/null +++ b/devdocs/elisp/warnings.html @@ -0,0 +1,26 @@ + <h3 class="section">Reporting Warnings</h3> <p><em>Warnings</em> are a facility for a program to inform the user of a possible problem, but continue running. </p> <table class="menu" border="0" cellspacing="0"> <tr> +<td align="left" valign="top">• <a href="warning-basics" accesskey="1">Warning Basics</a> +</td> +<td> </td> +<td align="left" valign="top">Warnings concepts and functions to report them. </td> +</tr> <tr> +<td align="left" valign="top">• <a href="warning-variables" accesskey="2">Warning Variables</a> +</td> +<td> </td> +<td align="left" valign="top">Variables programs bind to customize their warnings. </td> +</tr> <tr> +<td align="left" valign="top">• <a href="warning-options" accesskey="3">Warning Options</a> +</td> +<td> </td> +<td align="left" valign="top">Variables users set to control display of warnings. </td> +</tr> <tr> +<td align="left" valign="top">• <a href="delayed-warnings" accesskey="4">Delayed Warnings</a> +</td> +<td> </td> +<td align="left" valign="top">Deferring a warning until the end of a command. </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/Warnings.html" class="_attribution-link">https://www.gnu.org/software/emacs/manual/html_node/elisp/Warnings.html</a> + </p> +</div> |
