* iswitchb.el (iswitchb-all-frames): Fix last change.
This commit is contained in:
parent
78f3273aab
commit
85e8b51811
1 changed files with 1 additions and 1 deletions
|
@ -372,7 +372,7 @@ See also `iswitchb-newbuffer'."
|
|||
:type 'string
|
||||
:group 'iswitchb)
|
||||
|
||||
(defvar iswitchb-all-frames 'visible
|
||||
(defcustom iswitchb-all-frames 'visible
|
||||
"Argument to pass to `walk-windows' when iswitchb is finding buffers.
|
||||
See documentation of `walk-windows' for useful values."
|
||||
:type '(choice (const :tag "Selected frame only" nil)
|
||||
|
|
Loading…
Add table
Reference in a new issue