aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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'.")
183 183
184 ;; imenu 184 ;; imenu
185 "^No items suitable for an index found in this buffer\\.$" 185 "^No items suitable for an index found in this buffer\\.$"
186 "^The mode \".*\" does not take full advantage of imenu\\.el yet\\.$" 186 "^This buffer cannot use `imenu-default-create-index-function'$"
187 "^The mode `.*' does not support Imenu$"
187 188
188 ;; ispell 189 ;; ispell
189 "^No word found to check!$" 190 "^No word found to check!$"