From daa0b7d946698d539112167fecefb7c1cc3c5858 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Thu, 1 Aug 2013 18:17:41 +0200 Subject: [PATCH] * gnus-int.el (gnus-warp-to-article): Mention that warp means jump. --- lisp/ChangeLog | 2 ++ lisp/gnus-int.el | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d7ed5bbd1..57fc3ae36 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2013-08-01 Lars Magne Ingebrigtsen + * gnus-int.el (gnus-warp-to-article): Mention that warp means jump. + * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with dummy roots, too. diff --git a/lisp/gnus-int.el b/lisp/gnus-int.el index 2378b598e..6aa874f03 100644 --- a/lisp/gnus-int.el +++ b/lisp/gnus-int.el @@ -582,8 +582,8 @@ This is the string that Gnus uses to identify the group." (gnus-group-method group))) (defun gnus-warp-to-article () - "Warps from an article in a virtual group to the article in its -real group. Does nothing on a real group." + "Jump from an article in a virtual group to the article in its real group. +Does nothing in a real group." (interactive) (when (gnus-virtual-group-p gnus-newsgroup-name) (let ((gnus-command-method -- 2.25.1