summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChong Yidong <cyd@gnu.org>2012-01-28 12:12:47 +0800
committerChong Yidong <cyd@gnu.org>2012-01-28 12:12:47 +0800
commit691db2504df5e19784170ac81ee975a99e6d4dc1 (patch)
tree44fe89f69f232e1350dd7403573a7a07cc1fe666
parent102569880937c0573471d3a7d4e033e6c47bd39e (diff)
downloademacs-691db2504df5e19784170ac81ee975a99e6d4dc1.tar.gz
* doc/emacs/files.texi (Filesets): Fix typos.
-rw-r--r--doc/emacs/ChangeLog2
-rw-r--r--doc/emacs/files.texi16
2 files changed, 10 insertions, 8 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index edbd20fe984..871422f9bfe 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,5 +1,7 @@
2012-01-28 Chong Yidong <cyd@gnu.org>
+ * files.texi (Filesets): Fix typos.
+
* display.texi (Faces): Add xref to Colors node.
2012-01-27 Dani Moncayo <dmoncayo@gmail.com>
diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi
index 77211a3d9ac..081614aa3b9 100644
--- a/doc/emacs/files.texi
+++ b/doc/emacs/files.texi
@@ -1936,20 +1936,20 @@ adds a @samp{Filesets} menu to the menu bar.
@findex filesets-add-buffer
@findex filesets-remove-buffer
- The simplest way to define a fileset is by adding files to it one
-at a time. To add a file to fileset @var{name}, visit the file and
-type @kbd{M-x filesets-add-buffer @kbd{RET} @var{name} @kbd{RET}}. If
+ The simplest way to define a fileset is by adding files to it one at
+a time. To add a file to fileset @var{name}, visit the file and type
+@kbd{M-x filesets-add-buffer @kbd{RET} @var{name} @kbd{RET}}. If
there is no fileset @var{name}, this creates a new one, which
-initially creates only the current file. The command @kbd{M-x
+initially contains only the current file. The command @kbd{M-x
filesets-remove-buffer} removes the current file from a fileset.
You can also edit the list of filesets directly, with @kbd{M-x
filesets-edit} (or by choosing @samp{Edit Filesets} from the
@samp{Filesets} menu). The editing is performed in a Customize buffer
-(@pxref{Easy Customization}). Filesets need not be a simple list of
-files---you can also define filesets using regular expression matching
-file names. Some examples of these more complicated filesets are
-shown in the Customize buffer. Remember to select @samp{Save for
+(@pxref{Easy Customization}). Normally, a fileset is a simple list of
+files, but you can also define a fileset as a regular expression
+matching file names. Some examples of these more complicated filesets
+are shown in the Customize buffer. Remember to select @samp{Save for
future sessions} if you want to use the same filesets in future Emacs
sessions.