summaryrefslogtreecommitdiff
path: root/lisp/mail/rnews.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/mail/rnews.el')
-rw-r--r--lisp/mail/rnews.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/mail/rnews.el b/lisp/mail/rnews.el
index c793fa150eb..790b25cf816 100644
--- a/lisp/mail/rnews.el
+++ b/lisp/mail/rnews.el
@@ -43,7 +43,7 @@
;; tower@prep Sep 3 1986
;; added news-rotate-buffer-body
;; tower@prep Oct 17 1986
-;; made messages more user friendly, cleanuped news-inews
+;; made messages more user friendly, cleaned up news-inews
;; move posting and mail code to new file rnewpost.el
;; tower@prep Oct 29 1986
;; added caesar-region, rename news-caesar-buffer-body, hacked accordingly
@@ -796,7 +796,7 @@ Using ls was found to be too slow in a previous version."
(setq tem news-list-of-files)
(while tem
(if (or (not (string-match "^[0-9]*$" (car tem)))
- ;; dont get confused by directories that look like numbers
+ ;; don't get confused by directories that look like numbers
(file-directory-p
(concat file-directory "/" (car tem)))
(<= (string-to-int (car tem)) end-file-no))
@@ -858,7 +858,7 @@ Using ls was found to be too slow in a previous version."
(defun news-add-news-group (gp)
"Resubscribe to or add a USENET news group named GROUP (a string)."
; @@ (completing-read ...)
-; @@ could be based on news library file ../active (slightly facist)
+; @@ could be based on news library file ../active (slightly fascist)
; @@ or (expensive to compute) all directories under the news spool directory
(interactive "sAdd news group: ")
(let ((file-dir (concat news-path (string-subst-char ?/ ?. gp))))