# HG changeset patch # User John Paul Wallington # Date 1044975594 0 # Node ID f90856c1755ee8bac3d6a6c3ddfa10fcb4134001 # Parent 1147f4170a4f416da73323132ac719a46ac3592b (ibuffer-save-with-custom, ibuffer-add-to-tmp-hide) (ibuffer-add-to-tmp-show): Doc fixes. diff -r 1147f4170a4f -r f90856c1755e lisp/ibuf-ext.el --- a/lisp/ibuf-ext.el Tue Feb 11 14:50:15 2003 +0000 +++ b/lisp/ibuf-ext.el Tue Feb 11 14:59:54 2003 +0000 @@ -170,7 +170,6 @@ :group 'ibuffer) (defcustom ibuffer-saved-filter-groups nil - "An alist of filtering groups to switch between. This variable should look like ((\"STRING\" QUALIFIERS) @@ -201,7 +200,7 @@ (defcustom ibuffer-save-with-custom t "If non-nil, then use Custom to save interactively changed variables. Currently, this only applies to `ibuffer-saved-filters' and -`ibuffer-saved-filter-groups." +`ibuffer-saved-filter-groups'." :type 'boolean :group 'ibuffer) @@ -1150,7 +1149,7 @@ (defun ibuffer-add-to-tmp-hide (regexp) "Add REGEXP to `ibuffer-tmp-hide-regexps'. This means that buffers whose name matches REGEXP will not be shown -for this ibuffer session." +for this Ibuffer session." (interactive (list (read-from-minibuffer "Never show buffers matching: " @@ -1161,7 +1160,7 @@ (defun ibuffer-add-to-tmp-show (regexp) "Add REGEXP to `ibuffer-tmp-show-regexps'. This means that buffers whose name matches REGEXP will always be shown -for this ibuffer session." +for this Ibuffer session." (interactive (list (read-from-minibuffer "Always show buffers matching: "