summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-06-25 07:27:44 +0000
committerRichard M. Stallman <rms@gnu.org>1997-06-25 07:27:44 +0000
commit8213742bb055f0983648731dc66cbc09dac2e810 (patch)
treef53d219cf4f0ce3c5cd88cca64a39196ad42a156
parentd40bbdb519ad3d96dd27897b34b4ae9a2284531c (diff)
(debug-ignored-errors): Correct the error messages
that are supposed to match imenu.el.
-rw-r--r--lisp/bindings.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/bindings.el b/lisp/bindings.el
index 55e46ecee83..f981e55d290 100644
--- a/lisp/bindings.el
+++ b/lisp/bindings.el
@@ -183,7 +183,8 @@ is okay. See `mode-line-format'.")
;; imenu
"^No items suitable for an index found in this buffer\\.$"
- "^The mode \".*\" does not take full advantage of imenu\\.el yet\\.$"
+ "^This buffer cannot use `imenu-default-create-index-function'$"
+ "^The mode `.*' does not support Imenu$"
;; ispell
"^No word found to check!$"