Clarify confusing Gnus error message
* lisp/gnus/gnus-topic.el (gnus-topic-unindent): Clarify confusing error message (bug#17677).
This commit is contained in:
parent
00591a8ee7
commit
87e2657baf
1 changed files with 1 additions and 1 deletions
|
|
@ -1564,7 +1564,7 @@ If UNINDENT, remove an indentation."
|
|||
(parent (gnus-topic-parent-topic topic))
|
||||
(grandparent (gnus-topic-parent-topic parent)))
|
||||
(unless grandparent
|
||||
(error "Nothing to indent %s into" topic))
|
||||
(error "Can't unindent %s further" topic))
|
||||
(when topic
|
||||
(gnus-topic-goto-topic topic)
|
||||
(gnus-topic-kill-group)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue