aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChong Yidong2012-01-28 12:12:47 +0800
committerChong Yidong2012-01-28 12:12:47 +0800
commit691db2504df5e19784170ac81ee975a99e6d4dc1 (patch)
tree44fe89f69f232e1350dd7403573a7a07cc1fe666 /doc
parent102569880937c0573471d3a7d4e033e6c47bd39e (diff)
downloademacs-691db2504df5e19784170ac81ee975a99e6d4dc1.tar.gz
emacs-691db2504df5e19784170ac81ee975a99e6d4dc1.zip
* doc/emacs/files.texi (Filesets): Fix typos.
Diffstat (limited to 'doc')
-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 @@
12012-01-28 Chong Yidong <cyd@gnu.org> 12012-01-28 Chong Yidong <cyd@gnu.org>
2 2
3 * files.texi (Filesets): Fix typos.
4
3 * display.texi (Faces): Add xref to Colors node. 5 * display.texi (Faces): Add xref to Colors node.
4 6
52012-01-27 Dani Moncayo <dmoncayo@gmail.com> 72012-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.
1936 1936
1937@findex filesets-add-buffer 1937@findex filesets-add-buffer
1938@findex filesets-remove-buffer 1938@findex filesets-remove-buffer
1939 The simplest way to define a fileset is by adding files to it one 1939 The simplest way to define a fileset is by adding files to it one at
1940at a time. To add a file to fileset @var{name}, visit the file and 1940a time. To add a file to fileset @var{name}, visit the file and type
1941type @kbd{M-x filesets-add-buffer @kbd{RET} @var{name} @kbd{RET}}. If 1941@kbd{M-x filesets-add-buffer @kbd{RET} @var{name} @kbd{RET}}. If
1942there is no fileset @var{name}, this creates a new one, which 1942there is no fileset @var{name}, this creates a new one, which
1943initially creates only the current file. The command @kbd{M-x 1943initially contains only the current file. The command @kbd{M-x
1944filesets-remove-buffer} removes the current file from a fileset. 1944filesets-remove-buffer} removes the current file from a fileset.
1945 1945
1946 You can also edit the list of filesets directly, with @kbd{M-x 1946 You can also edit the list of filesets directly, with @kbd{M-x
1947filesets-edit} (or by choosing @samp{Edit Filesets} from the 1947filesets-edit} (or by choosing @samp{Edit Filesets} from the
1948@samp{Filesets} menu). The editing is performed in a Customize buffer 1948@samp{Filesets} menu). The editing is performed in a Customize buffer
1949(@pxref{Easy Customization}). Filesets need not be a simple list of 1949(@pxref{Easy Customization}). Normally, a fileset is a simple list of
1950files---you can also define filesets using regular expression matching 1950files, but you can also define a fileset as a regular expression
1951file names. Some examples of these more complicated filesets are 1951matching file names. Some examples of these more complicated filesets
1952shown in the Customize buffer. Remember to select @samp{Save for 1952are shown in the Customize buffer. Remember to select @samp{Save for
1953future sessions} if you want to use the same filesets in future Emacs 1953future sessions} if you want to use the same filesets in future Emacs
1954sessions. 1954sessions.
1955 1955