diff options
| author | James Thomas | 2025-12-15 03:31:16 +0530 |
|---|---|---|
| committer | Eli Zaretskii | 2026-01-10 15:26:34 +0200 |
| commit | f5ef8f9e8eb6ad19eaab11f4a2724cd6df7f6878 (patch) | |
| tree | 4dabee954567dad0d8c43f1f59d5620416c73710 | |
| parent | bdd9acb6aa3b7ef049b5aa4b8114e37476d0d6ed (diff) | |
| download | emacs-f5ef8f9e8eb6ad19eaab11f4a2724cd6df7f6878.tar.gz emacs-f5ef8f9e8eb6ad19eaab11f4a2724cd6df7f6878.zip | |
; Doc fix: 'fileset-run-cmd' is not just for shell
* doc/emacs/files.texi (Filesets): Fix wording (bug#80008).
| -rw-r--r-- | doc/emacs/files.texi | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi index 84d9c3b97ee..e3dc8d85441 100644 --- a/doc/emacs/files.texi +++ b/doc/emacs/files.texi | |||
| @@ -2771,10 +2771,14 @@ are shown in the Customize buffer. Remember to select @samp{Save for | |||
| 2771 | future sessions} if you want to use the same filesets in future Emacs | 2771 | future sessions} if you want to use the same filesets in future Emacs |
| 2772 | sessions. | 2772 | sessions. |
| 2773 | 2773 | ||
| 2774 | @findex filesets-open | ||
| 2775 | @findex filesets-close | ||
| 2776 | @findex filesets-run-cmd | ||
| 2777 | @vindex filesets-commands | ||
| 2774 | You can use the command @kbd{M-x filesets-open} to visit all the | 2778 | You can use the command @kbd{M-x filesets-open} to visit all the |
| 2775 | files in a fileset, and @kbd{M-x filesets-close} to close them. Use | 2779 | files in a fileset, and @kbd{M-x filesets-close} to close them. Use |
| 2776 | @kbd{M-x filesets-run-cmd} to run a shell command on all the files in | 2780 | @kbd{M-x filesets-run-cmd} to run a command (such as @code{multi-isearch-files} or @command{grep}) on all the files in |
| 2777 | a fileset. These commands are also available from the @samp{Filesets} | 2781 | a fileset. These commands, which are specified in @code{filesets-commands}, are also available from the @samp{Filesets} |
| 2778 | menu, where each existing fileset is represented by a submenu. | 2782 | menu, where each existing fileset is represented by a submenu. |
| 2779 | 2783 | ||
| 2780 | @xref{Version Control}, for a different concept of filesets: | 2784 | @xref{Version Control}, for a different concept of filesets: |