summaryrefslogtreecommitdiff
path: root/lisp/gnus/gnus-topic.el
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2017-01-25 18:27:33 +0100
committerLars Ingebrigtsen <larsi@gnus.org>2017-01-25 18:27:33 +0100
commit87e2657baf2a1aca59b55542d798357a9b49f199 (patch)
tree3948388558d0d7651fa41da39372480af6d610e5 /lisp/gnus/gnus-topic.el
parent00591a8ee72d71459caf9b7e8aa3f32fddb5da46 (diff)
downloademacs-87e2657baf2a1aca59b55542d798357a9b49f199.tar.gz
Clarify confusing Gnus error message
* lisp/gnus/gnus-topic.el (gnus-topic-unindent): Clarify confusing error message (bug#17677).
Diffstat (limited to 'lisp/gnus/gnus-topic.el')
-rw-r--r--lisp/gnus/gnus-topic.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-topic.el b/lisp/gnus/gnus-topic.el
index 8ab8f462885..6d6e20dc129 100644
--- a/lisp/gnus/gnus-topic.el
+++ b/lisp/gnus/gnus-topic.el
@@ -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)