diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2008-05-05 22:11:15 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2008-05-05 22:11:15 +0000 |
commit | 834ee1313076b3fb4e1e4cc6d960c026f1f72d6e (patch) | |
tree | 0ad5ccf127bf02e4af3fae034fb1ffa81bde0317 /lisp | |
parent | 9a930d7545c58a3d13746f945c7838dc0a748d21 (diff) | |
download | emacs-834ee1313076b3fb4e1e4cc6d960c026f1f72d6e.tar.gz |
Fix typo in comment.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/gnus/gnus-group.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-group.el b/lisp/gnus/gnus-group.el index c40948c440e..57fda067600 100644 --- a/lisp/gnus/gnus-group.el +++ b/lisp/gnus/gnus-group.el @@ -2400,7 +2400,7 @@ Valid input formats include: "^http://\\(?:thread\\|article\\|permalink\\)\.gmane\.org/\\([^/]+\\)/\\([0-9]+\\)" url) (string-match - ;; Don't advertize these in the doc string yet: + ;; Don't advertise these in the doc string yet: "^\\(?:nntp\\|news\\)://news\.gmane\.org/\\([^/]+\\)/\\([0-9]+\\)" url) (string-match |