]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix function signature for gnus-search-indexed-parse-output
authorEric Abrahamsen <eric@ericabrahamsen.net>
Sun, 16 May 2021 17:19:41 +0000 (10:19 -0700)
committerEric Abrahamsen <eric@ericabrahamsen.net>
Sun, 16 May 2021 17:22:22 +0000 (10:22 -0700)
* lisp/gnus/gnus-search.el (gnus-search-indexed-parse-output): Generic
function arg list didn't match the method arglist, which made for
confusing function help.

lisp/gnus/gnus-search.el

index 61a1d6752438cc97ba2fa43bca241173c8da7f78..a59d0e57a79e84448f494dfe3e6d93f97cf4fb51 100644 (file)
@@ -1294,8 +1294,8 @@ elements are present."
 
 ;; First, some common methods.
 
-(cl-defgeneric gnus-search-indexed-parse-output (engine server &optional groups)
-  "Parse the results of ENGINE's query against SERVER in GROUPS.
+(cl-defgeneric gnus-search-indexed-parse-output (engine server query &optional groups)
+  "Parse the results of ENGINE's QUERY against SERVER in GROUPS.
 Locally-indexed search engines return results as a list of
 filenames, sometimes with additional information.  Returns a list
 of viable results, in the form of a list of [group article score]