Variable: thing-at-point-newsgroup-regexp
thing-at-point-newsgroup-regexp is a variable defined in
thingatpt.el.gz.
Value
"\\`[[:lower:]]+\\.[-+[:lower:]_0-9.]+\\'"
Documentation
Regexp matching a newsgroup name.
Aliases
Source Code
;; Defined in /usr/src/emacs/lisp/thingatpt.el.gz
(defvar thing-at-point-newsgroup-regexp
"\\`[[:lower:]]+\\.[-+[:lower:]_0-9.]+\\'"
"Regexp matching a newsgroup name.")