]> code.delx.au - gnu-emacs/commitdiff
* doc/emacs/files.texi (Filesets): Fix typos.
authorChong Yidong <cyd@gnu.org>
Sat, 28 Jan 2012 04:12:47 +0000 (12:12 +0800)
committerChong Yidong <cyd@gnu.org>
Sat, 28 Jan 2012 04:12:47 +0000 (12:12 +0800)
doc/emacs/ChangeLog
doc/emacs/files.texi

index edbd20fe984691070bcbcfec7fd52f8683823a93..871422f9bfefbb6826d3c7a21bf06cb45d927ab6 100644 (file)
@@ -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>
index 77211a3d9ac1a9bea14deb3e7e5a2d23afa765ed..081614aa3b90038140cc136198e7cd2cb0942115 100644 (file)
@@ -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.