emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 87e2657 1/2: Clarify confusing Gnus error message


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master 87e2657 1/2: Clarify confusing Gnus error message
Date: Wed, 25 Jan 2017 17:32:22 +0000 (UTC)

branch: master
commit 87e2657baf2a1aca59b55542d798357a9b49f199
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Clarify confusing Gnus error message
    
    * lisp/gnus/gnus-topic.el (gnus-topic-unindent): Clarify
    confusing error message (bug#17677).
---
 lisp/gnus/gnus-topic.el |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/gnus/gnus-topic.el b/lisp/gnus/gnus-topic.el
index 8ab8f46..6d6e20d 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]