diff options
| -rw-r--r-- | doc/emacs/files.texi | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi index e3dc8d85441..567c1492518 100644 --- a/doc/emacs/files.texi +++ b/doc/emacs/files.texi | |||
| @@ -2777,8 +2777,10 @@ sessions. | |||
| 2777 | @vindex filesets-commands | 2777 | @vindex filesets-commands |
| 2778 | 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 |
| 2779 | 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 |
| 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 | 2780 | @kbd{M-x filesets-run-cmd} to run a command (such as |
| 2781 | a fileset. These commands, which are specified in @code{filesets-commands}, are also available from the @samp{Filesets} | 2781 | @code{multi-isearch-files} or @command{grep}) on all the files in |
| 2782 | a fileset. These commands, which are specified in | ||
| 2783 | @code{filesets-commands}, are also available from the @samp{Filesets} | ||
| 2782 | menu, where each existing fileset is represented by a submenu. | 2784 | menu, where each existing fileset is represented by a submenu. |
| 2783 | 2785 | ||
| 2784 | @xref{Version Control}, for a different concept of filesets: | 2786 | @xref{Version Control}, for a different concept of filesets: |