bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#24312: 25.1.50; doc string of `tags-query-replace' - wrong signature


From: Noam Postavsky
Subject: bug#24312: 25.1.50; doc string of `tags-query-replace' - wrong signature
Date: Fri, 26 Aug 2016 14:51:09 -0400

On Fri, Aug 26, 2016 at 12:37 PM, Drew Adams <drew.adams@oracle.com> wrote:
>
> The doc string says this (correctly):
>
>  Fifth and sixth arguments START and END are accepted, for compatibility
>  with ‘query-replace-regexp’, and ignored.

AFAICT, the doc is wrong, because the arguments are not
accepted/ignored. Did I miss something?

(let ((from 1)
      (to 2)
      (delimited 3)
      (file-list-form 4)
      (start 5)
      (end 6))
  (tags-query-replace from to delimited file-list-form start end)) ;=>
Wrong number of arguments: (2 . 4), 6





reply via email to

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