backslash-escape causes an error message -- it doesn't.
Mention that `\' also removes any special significance, so
is useful for [, ], *, -. Prompted by Richard Neill in
http://savannah.gnu.org/bugs/index.php?func=detailitem&item_id=14937
@item Backslash escapes
@cindex backslash escapes
-A backslash followed by a character not listed below is interpreted
-as that character.
+The following backslash escape sequences are recognized:
@table @samp
@item \a
A backslash.
@end table
+While a backslash followed by a character not listed above is
+interpreted as that character, the backslash also effectively
+removes any special significance, so it is useful to escape
+@samp{[}, @samp{]}, @samp{*}, and @samp{-}.
+
@item Ranges
@cindex ranges