diff options
| author | Eli Zaretskii | 2026-01-10 15:28:17 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2026-01-10 15:28:17 +0200 |
| commit | ddd9fcb57c8a52535d8924c45b129f1c5ec0676b (patch) | |
| tree | 9440c85fc6478fdaeeabb7b9f52bd093552f0c25 | |
| parent | f5ef8f9e8eb6ad19eaab11f4a2724cd6df7f6878 (diff) | |
| download | emacs-ddd9fcb57c8a52535d8924c45b129f1c5ec0676b.tar.gz emacs-ddd9fcb57c8a52535d8924c45b129f1c5ec0676b.zip | |
; * doc/emacs/files.texi (Filesets): Fix long lines.
| -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: |