mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Spelling fixes (mostly "inactive" vs "deactivate").
This commit is contained in:
parent
c3f1c606c9
commit
e9a452d9cd
17 changed files with 31 additions and 31 deletions
|
|
@ -1354,7 +1354,7 @@ if it is a string, only list groups matching REGEXP."
|
|||
(predicate t) ; We list all groups?
|
||||
(t
|
||||
(or
|
||||
(if (eq unread t) ; Deactivated?
|
||||
(if (eq unread t) ; Inactive?
|
||||
gnus-group-list-inactive-groups
|
||||
; We list inactive
|
||||
(and (numberp unread) (> unread 0)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue