1
0
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:
Juanma Barranquero 2002-10-18 08:38:17 +00:00
parent 1dda7cc892
commit 711a4be3eb

View File

@ -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.