Improve the documentation of filesets

* doc/emacs/files.texi (Filesets): Fix the description of
fileset-init's effect on the menu bar.  (Bug#27015)
This commit is contained in:
Eli Zaretskii 2017-05-27 16:31:43 +03:00
parent 16ef7539cb
commit da62c1532e

View file

@ -2042,7 +2042,7 @@ as a @dfn{fileset}. This lets you perform certain operations, such as
visiting, @code{query-replace}, and shell commands on all the files at visiting, @code{query-replace}, and shell commands on all the files at
once. To make use of filesets, you must first add the expression once. To make use of filesets, you must first add the expression
@code{(filesets-init)} to your init file (@pxref{Init File}). This @code{(filesets-init)} to your init file (@pxref{Init File}). This
adds a @samp{Filesets} menu to the menu bar. adds a @samp{Filesets} sub-menu to the menu bar's @samp{File} menu.
@findex filesets-add-buffer @findex filesets-add-buffer
@findex filesets-remove-buffer @findex filesets-remove-buffer