diff options
author | Miles Bader <miles@gnu.org> | 2008-03-10 00:49:47 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2008-03-10 00:49:47 +0000 |
commit | 56388398e7a1251497f002072c061002ec9d9e81 (patch) | |
tree | b9b4a189840efadb47820e9fc7ad447e58d4c89e /lisp/iswitchb.el | |
parent | a9f8b49b44a4083d8e5a2429306ce41e7f3cfe0e (diff) | |
parent | 286b40657d59d8614f7a71844a6e4a7e8819da1b (diff) | |
download | emacs-56388398e7a1251497f002072c061002ec9d9e81.tar.gz |
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1095
Diffstat (limited to 'lisp/iswitchb.el')
-rw-r--r-- | lisp/iswitchb.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/iswitchb.el b/lisp/iswitchb.el index e14d8ed53f9..4e89659dc8d 100644 --- a/lisp/iswitchb.el +++ b/lisp/iswitchb.el @@ -270,7 +270,7 @@ is temporarily case sensitive." "*List of regexps or functions matching buffer names to ignore. For example, traditional behavior is not to list buffers whose names begin with a space, for which the regexp is `^ '. See the source file for -example functions that filter buffernames." +example functions that filter buffer names." :type '(repeat (choice regexp function)) :group 'iswitchb) (put 'iswitchb-buffer-ignore 'risky-local-variable t) @@ -354,7 +354,7 @@ See also `iswitchb-newbuffer'." :group 'iswitchb) (defcustom iswitchb-use-faces t - "*Non-nil means use font-lock fonts for showing first match." + "*Non-nil means use font-lock faces for showing first match." :type 'boolean :group 'iswitchb) (define-obsolete-variable-alias 'iswitchb-use-fonts 'iswitchb-use-faces "22.1") @@ -606,7 +606,7 @@ Return the name of a buffer selected. PROMPT is the prompt to give to the user. DEFAULT if given is the default buffer to be selected, which will go to the front of the list. -If REQUIRE-MATCH is non-nil, an existing-buffer must be selected. +If REQUIRE-MATCH is non-nil, an existing buffer must be selected. If START is a string, the selection process is started with that string. If MATCHES-SET is non-nil, the buflist is not updated before |