diff options
| author | Glenn Morris | 2007-10-18 04:43:08 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-10-18 04:43:08 +0000 |
| commit | ecacd8b472d02865e2f22fc96e38cb5dd4428b44 (patch) | |
| tree | 32bd1377912b2e816f266e20b63953c0f5e87469 | |
| parent | 4fbd8ec33410648262e62705f97810e21fa48cad (diff) | |
| download | emacs-ecacd8b472d02865e2f22fc96e38cb5dd4428b44.tar.gz emacs-ecacd8b472d02865e2f22fc96e38cb5dd4428b44.zip | |
(ibuffer-saved-filter-groups): Doc fix.
| -rw-r--r-- | lisp/ibuf-ext.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ibuf-ext.el b/lisp/ibuf-ext.el index 7847bed6f2d..2c39b736097 100644 --- a/lisp/ibuf-ext.el +++ b/lisp/ibuf-ext.el | |||
| @@ -180,8 +180,8 @@ QUALIFIERS is a list of the same form as | |||
| 180 | 180 | ||
| 181 | See also the variables `ibuffer-filter-groups', | 181 | See also the variables `ibuffer-filter-groups', |
| 182 | `ibuffer-filtering-qualifiers', `ibuffer-filtering-alist', and the | 182 | `ibuffer-filtering-qualifiers', `ibuffer-filtering-alist', and the |
| 183 | functions `ibuffer-switch-to-saved-filter-group', | 183 | functions `ibuffer-switch-to-saved-filter-groups', |
| 184 | `ibuffer-save-filter-group'." | 184 | `ibuffer-save-filter-groups'." |
| 185 | :type '(repeat sexp) | 185 | :type '(repeat sexp) |
| 186 | :group 'ibuffer) | 186 | :group 'ibuffer) |
| 187 | 187 | ||