diff options
| author | Eli Zaretskii | 2017-05-27 16:31:43 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2017-05-27 16:31:43 +0300 |
| commit | da62c1532e479bbac4ce242ee1d170df9c435591 (patch) | |
| tree | 0c511b5424da959b0dc22f24a1267116fef6a1d4 | |
| parent | 16ef7539cb3f361b74a11606edf8fd8346b81cf5 (diff) | |
| download | emacs-da62c1532e479bbac4ce242ee1d170df9c435591.tar.gz emacs-da62c1532e479bbac4ce242ee1d170df9c435591.zip | |
Improve the documentation of filesets
* doc/emacs/files.texi (Filesets): Fix the description of
fileset-init's effect on the menu bar. (Bug#27015)
| -rw-r--r-- | doc/emacs/files.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi index efe4156c435..f51fc92b08c 100644 --- a/doc/emacs/files.texi +++ b/doc/emacs/files.texi | |||
| @@ -2042,7 +2042,7 @@ as a @dfn{fileset}. This lets you perform certain operations, such as | |||
| 2042 | visiting, @code{query-replace}, and shell commands on all the files at | 2042 | visiting, @code{query-replace}, and shell commands on all the files at |
| 2043 | once. To make use of filesets, you must first add the expression | 2043 | once. To make use of filesets, you must first add the expression |
| 2044 | @code{(filesets-init)} to your init file (@pxref{Init File}). This | 2044 | @code{(filesets-init)} to your init file (@pxref{Init File}). This |
| 2045 | adds a @samp{Filesets} menu to the menu bar. | 2045 | adds a @samp{Filesets} sub-menu to the menu bar's @samp{File} menu. |
| 2046 | 2046 | ||
| 2047 | @findex filesets-add-buffer | 2047 | @findex filesets-add-buffer |
| 2048 | @findex filesets-remove-buffer | 2048 | @findex filesets-remove-buffer |