]> git.eshelyaron.com Git - emacs.git/commitdiff
(imenu-default-create-index-function): Fix error message.
authorRichard M. Stallman <rms@gnu.org>
Fri, 4 Oct 1996 01:58:52 +0000 (01:58 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 4 Oct 1996 01:58:52 +0000 (01:58 +0000)
lisp/imenu.el

index b04aecf3b574bfdb8075a96d7f1383a953049dd4..c35f963e9906f02f55d57c2f92b8cdd8eac58f26 100644 (file)
@@ -576,8 +576,7 @@ Their results are gathered into an index alist."
        ((and imenu-generic-expression)
         (imenu--generic-function imenu-generic-expression)) 
        (t
-        (error "The mode \"%s\" does not take full advantage of imenu.el yet."
-               mode-name))))      
+        (error "The mode `%s' does not support Imenu" mode-name))))
 
 (defun imenu--replace-spaces (name replacement)
   ;; Replace all spaces in NAME with REPLACEMENT.