From 30bfc9cebf0198822cd11c010b8371c528a063c8 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Mon, 12 Apr 2004 04:05:43 +0000 Subject: Minor text changes. --- lisp/url/url-news.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/url/url-news.el') diff --git a/lisp/url/url-news.el b/lisp/url/url-news.el index 8dc75608f4d..c56fe83e77e 100644 --- a/lisp/url/url-news.el +++ b/lisp/url/url-news.el @@ -73,7 +73,7 @@ "

\n" "

\n" " If you If you feel this is an error, send me mail\n" + "mailto:" url-bug-address "\">send mail\n" "

\n" " \n" " \n" @@ -89,7 +89,7 @@ (if (string-match "/+$" newsgroup) (setq newsgroup (substring newsgroup 0 (match-beginning 0)))) - ;; This saves us from checking new news if GNUS is already running + ;; This saves us from checking new news if Gnus is already running ;; FIXME - is it relatively safe to use gnus-alive-p here? FIXME (if (or (not (get-buffer gnus-group-buffer)) (save-excursion -- cgit v1.2.1