aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2017-05-27 16:31:43 +0300
committerEli Zaretskii2017-05-27 16:31:43 +0300
commitda62c1532e479bbac4ce242ee1d170df9c435591 (patch)
tree0c511b5424da959b0dc22f24a1267116fef6a1d4
parent16ef7539cb3f361b74a11606edf8fd8346b81cf5 (diff)
downloademacs-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.texi2
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
2042visiting, @code{query-replace}, and shell commands on all the files at 2042visiting, @code{query-replace}, and shell commands on all the files at
2043once. To make use of filesets, you must first add the expression 2043once. 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
2045adds a @samp{Filesets} menu to the menu bar. 2045adds 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