]> git.eshelyaron.com Git - emacs.git/commitdiff
Clarify confusing Gnus error message
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 25 Jan 2017 17:27:33 +0000 (18:27 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 25 Jan 2017 17:27:33 +0000 (18:27 +0100)
* lisp/gnus/gnus-topic.el (gnus-topic-unindent): Clarify
confusing error message (bug#17677).

lisp/gnus/gnus-topic.el

index 8ab8f462885c810fe08a691cb4d698e407af7d01..6d6e20dc129b62313157e0d117fd0098ef01dd8f 100644 (file)
@@ -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)