emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Wrong link destination for apropos-command


From: Stefan Monnier
Subject: Re: Wrong link destination for apropos-command
Date: Sun, 01 Oct 2006 11:33:39 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

> C-h f apropos-command

> In *Help*, click the link for the apropos file (upper right). It
> should take you to the definition of command
> `apropos-command'. Instead, it takes you to the definition of button
> type `apropos-command':

Any objection to the patch below which seems to fix it?


        Stefan


--- find-func.el        27 jui 2006 10:29:22 -0400      1.75
+++ find-func.el        01 oct 2006 11:32:51 -0400      
@@ -64,7 +64,7 @@
   (concat
    "^\\s-*(\\(def\\(ine-skeleton\\|ine-generic-mode\\|ine-derived-mode\\|\
 ine\\(?:-global\\)?-minor-mode\\|ine-compilation-mode\\|un-cvs-mode\\|\
-foo\\|[^cfgv]\\(\\w\\|\\s_\\)+\\*?\\)\\|easy-mmode-define-[a-z-]+\\|easy-menu-define\\|\
+foo\\|[^icfgv]\\(\\w\\|\\s_\\)+\\*?\\)\\|easy-mmode-define-[a-z-]+\\|easy-menu-define\\|\
 menu-bar-make-toggle\\)"
    find-function-space-re
    "\\('\\|\(quote \\)?%s\\(\\s-\\|$\\|\(\\|\)\\)")




reply via email to

[Prev in Thread] Current Thread [Next in Thread]