aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorDave Love <[email protected]>2000-11-02 17:42:10 +0000
committerDave Love <[email protected]>2000-11-02 17:42:10 +0000
commitf35a761820c8494c0bc9c9b5ef8695792ec8ce4a (patch)
tree1e775acb90614340d74e33052548b4a8e9eba62f /lisp/emacs-lisp
parent94821e4f02f6878998c7cf42d2aaa84c32826502 (diff)
(find-variable-regexp): Avoid defgroup.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/find-func.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/find-func.el b/lisp/emacs-lisp/find-func.el
index c4da0ce501..60966d33e8 100644
--- a/lisp/emacs-lisp/find-func.el
+++ b/lisp/emacs-lisp/find-func.el
@@ -72,10 +72,10 @@ Please send improvements and fixes to the maintainer."
:version "21.1")
(defcustom find-variable-regexp
- "^\\s-*(def[^uma]\\(\\w\\|\\s_\\)+\\*?\\s-+%s\\(\\s-\\|$\\)"
+ "^\\s-*(def[^umag]\\(\\w\\|\\s_\\)+\\*?\\s-+%s\\(\\s-\\|$\\)"
"The regexp used by `find-variable' to search for a variable definition.
It should match right up to the variable name. The default value
-avoids `defun', `defmacro', `defalias', `defadvice'.
+avoids `defun', `defmacro', `defalias', `defadvice', `defgroup'.
Please send improvements and fixes to the maintainer."
:type 'regexp