mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 16:51:06 -07:00
project-or-external-find-regexp: Fix the docstring
* lisp/progmodes/project.el (project-or-external-find-regexp): Fix the docstring (bug#68958).
This commit is contained in:
parent
e058380324
commit
7b34bb5c92
1 changed files with 1 additions and 3 deletions
|
|
@ -992,9 +992,7 @@ requires quoting, e.g. `\\[quoted-insert]<space>'."
|
|||
|
||||
;;;###autoload
|
||||
(defun project-or-external-find-regexp (regexp)
|
||||
"Find all matches for REGEXP in the project roots or external roots.
|
||||
With \\[universal-argument] prefix, you can specify the file name
|
||||
pattern to search for."
|
||||
"Find all matches for REGEXP in the project roots or external roots."
|
||||
(interactive (list (project--read-regexp)))
|
||||
(require 'xref)
|
||||
(let* ((pr (project-current t))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue