comparison lisp/nnspool.el @ 14040:187735b53d52

Comment fixes.
author Karl Heuer <kwzh@gnu.org>
date Fri, 05 Jan 1996 22:21:28 +0000
parents 178d730efae2
children 83f275dcd93a
comparison
equal deleted inserted replaced
14039:831c5fda97f4 14040:187735b53d52
364 (erase-buffer) 364 (erase-buffer)
365 (if nnspool-sift-nov-with-sed 365 (if nnspool-sift-nov-with-sed
366 (nnspool-sift-nov-with-sed articles nov) 366 (nnspool-sift-nov-with-sed articles nov)
367 (insert-file-contents nov) 367 (insert-file-contents nov)
368 ;; First we find the first wanted line. We issue a number 368 ;; First we find the first wanted line. We issue a number
369 ;; of search-forwards - the first article we are lookign 369 ;; of search-forwards - the first article we are looking
370 ;; for may be expired, so we have to go on searching until 370 ;; for may be expired, so we have to go on searching until
371 ;; we find one of the articles we want. 371 ;; we find one of the articles we want.
372 (while (and articles 372 (while (and articles
373 (setq article (concat (int-to-string 373 (setq article (concat (int-to-string
374 (car articles)) "\t")) 374 (car articles)) "\t"))