From 691db2504df5e19784170ac81ee975a99e6d4dc1 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sat, 28 Jan 2012 12:12:47 +0800 Subject: [PATCH] * doc/emacs/files.texi (Filesets): Fix typos. --- doc/emacs/ChangeLog | 2 ++ doc/emacs/files.texi | 16 ++++++++-------- 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 + * files.texi (Filesets): Fix typos. + * display.texi (Faces): Add xref to Colors node. 2012-01-27 Dani Moncayo 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. -- 2.11.4.GIT