comparison lisp/gnus/gnus-topic.el @ 48588:52d99cc2e9e3

Typos.
author ShengHuo ZHU <zsh@cs.rochester.edu>
date Fri, 29 Nov 2002 15:57:52 +0000
parents be3ff3e3e5b0
children 0d8b17d428b5
comparison
equal deleted inserted replaced
48587:0af9ad587767 48588:52d99cc2e9e3
1562 (string-lessp (caar t1) (caar t2))))))) 1562 (string-lessp (caar t1) (caar t2)))))))
1563 (setcdr top (if reverse (reverse subtop) subtop)))) 1563 (setcdr top (if reverse (reverse subtop) subtop))))
1564 top) 1564 top)
1565 1565
1566 (defun gnus-topic-sort-topics (&optional topic reverse) 1566 (defun gnus-topic-sort-topics (&optional topic reverse)
1567 "Sort topics in TOPIC alphabeticaly by topic name. 1567 "Sort topics in TOPIC alphabetically by topic name.
1568 If REVERSE, reverse the sorting order." 1568 If REVERSE, reverse the sorting order."
1569 (interactive 1569 (interactive
1570 (list (completing-read "Sort topics in : " gnus-topic-alist nil t 1570 (list (completing-read "Sort topics in : " gnus-topic-alist nil t
1571 (gnus-current-topic)) 1571 (gnus-current-topic))
1572 current-prefix-arg)) 1572 current-prefix-arg))