diff options
| author | Colin Walters | 2002-04-28 21:42:07 +0000 |
|---|---|---|
| committer | Colin Walters | 2002-04-28 21:42:07 +0000 |
| commit | b098e7532377c75bc79e03212de2890cb08d145f (patch) | |
| tree | f3689b2e2bfda2c97d2f4c606c5ec6670006c9fd | |
| parent | b7f6c476654874f1c981803ffb0656c664ddb4a9 (diff) | |
| download | emacs-b098e7532377c75bc79e03212de2890cb08d145f.tar.gz emacs-b098e7532377c75bc79e03212de2890cb08d145f.zip | |
(ibuffer-mode): Additional documentation on filter groups.
| -rw-r--r-- | lisp/ChangeLog | 10 | ||||
| -rw-r--r-- | lisp/ibuffer.el | 6 |
2 files changed, 16 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c408511cd72..db46fd4b02f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2002-04-28 Colin Walters <walters@verbum.org> | ||
| 2 | |||
| 3 | * ibuffer.el (ibuffer-mode): Additional documentation on filter | ||
| 4 | groups. | ||
| 5 | |||
| 6 | 2002-04-28 John Paul Wallington <jpw@shootybangbang.com> | ||
| 7 | |||
| 8 | * ibuf-ext.el (ibuffer-set-filter-groups-by-mode): Don't make an | ||
| 9 | ibuffer-mode filter group if `ibuffer-view-ibuffer' is nil. | ||
| 10 | |||
| 1 | 2002-04-28 Richard M. Stallman <rms@gnu.org> | 11 | 2002-04-28 Richard M. Stallman <rms@gnu.org> |
| 2 | 12 | ||
| 3 | * filesets.el: New file. | 13 | * filesets.el: New file. |
diff --git a/lisp/ibuffer.el b/lisp/ibuffer.el index 3626227e36d..2a6f3a5bbe8 100644 --- a/lisp/ibuffer.el +++ b/lisp/ibuffer.el | |||
| @@ -2265,6 +2265,12 @@ Filter group commands: | |||
| 2265 | 2265 | ||
| 2266 | '\\[ibuffer-filters-to-filter-group]' - Create filter group from filters. | 2266 | '\\[ibuffer-filters-to-filter-group]' - Create filter group from filters. |
| 2267 | '\\[ibuffer-pop-filter-group]' - Remove top filter group. | 2267 | '\\[ibuffer-pop-filter-group]' - Remove top filter group. |
| 2268 | '\\[ibuffer-forward-filter-group]' - Move to the next filter group. | ||
| 2269 | '\\[ibuffer-backward-filter-group]' - Move to the previous filter group. | ||
| 2270 | '\\[ibuffer-clear-filter-groups]' - Remove all active filter groups. | ||
| 2271 | '\\[ibuffer-save-filter-groups]' - Save the current groups with a name. | ||
| 2272 | '\\[ibuffer-switch-to-saved-filter-groups]' - Restore previously saved groups. | ||
| 2273 | '\\[ibuffer-delete-saved-filter-groups]' - Delete previously saved groups. | ||
| 2268 | 2274 | ||
| 2269 | Sorting commands: | 2275 | Sorting commands: |
| 2270 | 2276 | ||