aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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: