diff options
| -rw-r--r-- | lisp/emacs-lisp/find-func.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/find-func.el b/lisp/emacs-lisp/find-func.el index dbe6b6a672d..3cc417258e0 100644 --- a/lisp/emacs-lisp/find-func.el +++ b/lisp/emacs-lisp/find-func.el | |||
| @@ -55,7 +55,7 @@ | |||
| 55 | :group 'lisp) | 55 | :group 'lisp) |
| 56 | 56 | ||
| 57 | (defcustom find-function-regexp | 57 | (defcustom find-function-regexp |
| 58 | "^\\s-*(def[^cgv\W]\\w+\\*?\\s-+%s\\(\\s-\\|$\\)" | 58 | "^\\s-*(def\\(ine-skeleton\\|[^cgv\W]\\w+\\*?\\)\\s-+%s\\(\\s-\\|$\\)" |
| 59 | "The regexp used by `find-function' to search for a function | 59 | "The regexp used by `find-function' to search for a function |
| 60 | definition. Note it must contain a `%s' at the place where `format' | 60 | definition. Note it must contain a `%s' at the place where `format' |
| 61 | should insert the function name. The default value avoids `defconst', | 61 | should insert the function name. The default value avoids `defconst', |