diff options
| -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: | |||
| 2400 | "^http://\\(?:thread\\|article\\|permalink\\)\.gmane\.org/\\([^/]+\\)/\\([0-9]+\\)" | 2400 | "^http://\\(?:thread\\|article\\|permalink\\)\.gmane\.org/\\([^/]+\\)/\\([0-9]+\\)" |
| 2401 | url) | 2401 | url) |
| 2402 | (string-match | 2402 | (string-match |
| 2403 | ;; Don't advertize these in the doc string yet: | 2403 | ;; Don't advertise these in the doc string yet: |
| 2404 | "^\\(?:nntp\\|news\\)://news\.gmane\.org/\\([^/]+\\)/\\([0-9]+\\)" | 2404 | "^\\(?:nntp\\|news\\)://news\.gmane\.org/\\([^/]+\\)/\\([0-9]+\\)" |
| 2405 | url) | 2405 | url) |
| 2406 | (string-match | 2406 | (string-match |