aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/display.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index 99cbb4d3458..ae24439c41f 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -611,6 +611,9 @@ program signals a Lisp error and then handles it with
611@code{condition-case}, the user won't see the error message; it could 611@code{condition-case}, the user won't see the error message; it could
612show the message to the user by reporting it as a warning.) 612show the message to the user by reporting it as a warning.)
613 613
614@c FIXME: Why use ‘(bytecomp)’ instead of ‘'bytecomp’ or simply
615@c ‘bytecomp’ here? The parens are part of ‘warning-type-format’ but
616@c not part of the warning type. --xfq
614@cindex warning type 617@cindex warning type
615 Each warning has a @dfn{warning type} to classify it. The type is a 618 Each warning has a @dfn{warning type} to classify it. The type is a
616list of symbols. The first symbol should be the custom group that you 619list of symbols. The first symbol should be the custom group that you