mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-27 07:37:33 +00:00
(gnus-group-customize): Fix typo.
This commit is contained in:
parent
1dda7cc892
commit
711a4be3eb
@ -333,7 +333,7 @@ DOC is a documentation string for the parameter.")
|
||||
(unless (or group topic)
|
||||
(error "No group on current line"))
|
||||
(when (and group topic)
|
||||
(error "Both a group an topic on current line"))
|
||||
(error "Both a group and topic on current line"))
|
||||
(unless (or topic (setq info (gnus-get-info group)))
|
||||
(error "Killed group; can't be edited"))
|
||||
;; Ready.
|
||||
|
Loading…
Reference in New Issue
Block a user