From f3e363239451514f674a9660b160f08bb77f5244 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Thu, 29 Sep 2022 13:05:36 +0200 Subject: [PATCH 1/2] Update some Gnus documentation in the Emacs manual * doc/emacs/misc.texi (Gnus Group Buffer, Gnus Summary Buffer): Update documentation (bug#58145). --- doc/emacs/misc.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/emacs/misc.texi b/doc/emacs/misc.texi index 1367f26acff..23274118048 100644 --- a/doc/emacs/misc.texi +++ b/doc/emacs/misc.texi @@ -163,12 +163,12 @@ List killed groups (@code{gnus-group-list-killed}). List zombie groups (@code{gnus-group-list-zombies}). @kindex u @r{(Gnus Group mode)} -@findex gnus-group-toggle-subscription +@findex gnus-group-toggle-subscription-at-point @cindex subscribe groups @cindex unsubscribe groups @item u Toggle the subscription status of the group -(@code{gnus-group-toggle-subscription}) on the current line. +(@code{gnus-group-toggle-subscription-at-point}) on the current line. Invoking this on a killed or zombie group turns it into an unsubscribed group. @@ -246,7 +246,7 @@ buffer and typed @kbd{C-s} (@pxref{Incremental Search}). @kindex M-s M-s @r{(Gnus Summary mode)} @findex gnus-summary-search-article-forward -@item M-s @var{regexp} @key{RET} +@item M-s M-s @var{regexp} @key{RET} Search forward for articles containing a match for @var{regexp} (@code{gnus-summary-search-article-forward}). From 64e8cc14b5e8a94b8e96df386d2fde9b45c9a111 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 29 Sep 2022 16:27:59 +0300 Subject: [PATCH 2/2] ; * lisp/image.el (create-image): Fix last change in doc string. --- lisp/image.el | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/lisp/image.el b/lisp/image.el index 72b7862c957..186a30f4d94 100644 --- a/lisp/image.el +++ b/lisp/image.el @@ -479,11 +479,7 @@ automatically scaled up in proportion to the default font. Value is the image created, or nil if images of type TYPE are not supported. -Images should not be larger than specified by `max-image-size'. - -Image file names that are not absolute are searched for in the -\"images\" sub-directory of `data-directory' and -`x-bitmap-file-path' (in that order)." +Images should not be larger than specified by `max-image-size'." (let ((data-format ;; Pass the image format, if any, if this is data. (and data-p (or (plist-get props :format) t))))