]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix defgeneric name of gnus-search-index(ed)-extract
authorEric Abrahamsen <eric@ericabrahamsen.net>
Wed, 11 Nov 2020 17:34:53 +0000 (09:34 -0800)
committerEric Abrahamsen <eric@ericabrahamsen.net>
Wed, 11 Nov 2020 18:35:20 +0000 (10:35 -0800)
* lisp/gnus/gnus-search.el (gnus-search-indexed-extract): Had the
wrong name on the generic.

lisp/gnus/gnus-search.el

index 8b71daa9ff0638879d0aade3f01dc9a9dcadad4c..fad120ad8eca584e255491e86e20bacd9fa5aa10 100644 (file)
@@ -1315,7 +1315,7 @@ filenames, sometimes with additional information.  Returns a list
 of viable results, in the form of a list of [group article score]
 vectors.")
 
-(cl-defgeneric gnus-search-index-extract (engine)
+(cl-defgeneric gnus-search-indexed-extract (engine)
   "Extract a single article result from the current buffer.
 Returns a list of two values: a file name, and a relevancy score.
 Advances point to the beginning of the next result.")