aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Thomas2025-12-15 03:31:16 +0530
committerEli Zaretskii2026-01-10 15:26:34 +0200
commitf5ef8f9e8eb6ad19eaab11f4a2724cd6df7f6878 (patch)
tree4dabee954567dad0d8c43f1f59d5620416c73710
parentbdd9acb6aa3b7ef049b5aa4b8114e37476d0d6ed (diff)
downloademacs-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.texi8
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
2771future sessions} if you want to use the same filesets in future Emacs 2771future sessions} if you want to use the same filesets in future Emacs
2772sessions. 2772sessions.
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
2775files in a fileset, and @kbd{M-x filesets-close} to close them. Use 2779files 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
2777a fileset. These commands are also available from the @samp{Filesets} 2781a fileset. These commands, which are specified in @code{filesets-commands}, are also available from the @samp{Filesets}
2778menu, where each existing fileset is represented by a submenu. 2782menu, 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: