diff options
author | Karl Heuer <kwzh@gnu.org> | 1996-01-05 22:21:28 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1996-01-05 22:21:28 +0000 |
commit | 35910610258829f2b37991d7e63538f346425796 (patch) | |
tree | c7454f9463116353714a6600d1416bd7b37ee187 /lisp/nnkiboze.el | |
parent | e712992775612c8a4cc2052e4cc66411ccfc4299 (diff) | |
download | emacs-35910610258829f2b37991d7e63538f346425796.tar.gz |
Comment fixes.
Diffstat (limited to 'lisp/nnkiboze.el')
-rw-r--r-- | lisp/nnkiboze.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/nnkiboze.el b/lisp/nnkiboze.el index 65b67432e77..35cbb3b5905 100644 --- a/lisp/nnkiboze.el +++ b/lisp/nnkiboze.el @@ -101,7 +101,7 @@ If the stream is opened, return T, otherwise return NIL." "Select article by message number." (nnkiboze-possibly-change-newsgroups newsgroup) (if (not (numberp article)) - ;; This is a real cludge. It might not work at times, but it + ;; This is a real kludge. It might not work at times, but it ;; does no harm I think. The only alternative is to offer no ;; article fetching by message-id at all. (nntp-request-article article newsgroup gnus-nntp-server buffer) |