diff options
| author | Chong Yidong | 2012-01-28 12:12:47 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-01-28 12:12:47 +0800 |
| commit | 691db2504df5e19784170ac81ee975a99e6d4dc1 (patch) | |
| tree | 44fe89f69f232e1350dd7403573a7a07cc1fe666 /doc | |
| parent | 102569880937c0573471d3a7d4e033e6c47bd39e (diff) | |
| download | emacs-691db2504df5e19784170ac81ee975a99e6d4dc1.tar.gz emacs-691db2504df5e19784170ac81ee975a99e6d4dc1.zip | |
* doc/emacs/files.texi (Filesets): Fix typos.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/ChangeLog | 2 | ||||
| -rw-r--r-- | 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 @@ | |||
| 1 | 2012-01-28 Chong Yidong <cyd@gnu.org> | 1 | 2012-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 | ||
| 5 | 2012-01-27 Dani Moncayo <dmoncayo@gmail.com> | 7 | 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. | |||
| 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 |
| 1940 | at a time. To add a file to fileset @var{name}, visit the file and | 1940 | a time. To add a file to fileset @var{name}, visit the file and type |
| 1941 | type @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 |
| 1942 | there is no fileset @var{name}, this creates a new one, which | 1942 | there is no fileset @var{name}, this creates a new one, which |
| 1943 | initially creates only the current file. The command @kbd{M-x | 1943 | initially contains only the current file. The command @kbd{M-x |
| 1944 | filesets-remove-buffer} removes the current file from a fileset. | 1944 | filesets-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 |
| 1947 | filesets-edit} (or by choosing @samp{Edit Filesets} from the | 1947 | filesets-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 |
| 1950 | files---you can also define filesets using regular expression matching | 1950 | files, but you can also define a fileset as a regular expression |
| 1951 | file names. Some examples of these more complicated filesets are | 1951 | matching file names. Some examples of these more complicated filesets |
| 1952 | shown in the Customize buffer. Remember to select @samp{Save for | 1952 | are shown in the Customize buffer. Remember to select @samp{Save for |
| 1953 | future sessions} if you want to use the same filesets in future Emacs | 1953 | future sessions} if you want to use the same filesets in future Emacs |
| 1954 | sessions. | 1954 | sessions. |
| 1955 | 1955 | ||