]> git.eshelyaron.com Git - emacs.git/commitdiff
(find-variable-regexp): Avoid defgroup.
authorDave Love <fx@gnu.org>
Thu, 2 Nov 2000 17:42:10 +0000 (17:42 +0000)
committerDave Love <fx@gnu.org>
Thu, 2 Nov 2000 17:42:10 +0000 (17:42 +0000)
lisp/emacs-lisp/find-func.el

index c4da0ce5017672f6083b9e297c2f22bcc74be6cf..60966d33e8b082b2e1a8a60eda613154ef79ffd0 100644 (file)
@@ -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