From: Juanma Barranquero Date: Wed, 5 Mar 2008 11:45:32 +0000 (+0000) Subject: (iswitchb-use-faces): Doc fix. X-Git-Tag: emacs-pretest-22.1.92~17 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=252ca1228ed1217b200421797a3813dca3f20ee5;p=emacs.git (iswitchb-use-faces): Doc fix. (iswitchb-buffer-ignore, iswitchb-read-buffer): Fix typos in docstrings. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7dfe88d5778..7e3bda149d7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2008-03-05 Juanma Barranquero + + * iswitchb.el (iswitchb-use-faces): Doc fix. + (iswitchb-buffer-ignore, iswitchb-read-buffer): Fix typos in docstrings. + 2008-03-03 Dan Nicolaescu * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords): diff --git a/lisp/iswitchb.el b/lisp/iswitchb.el index 7c0da4fe6bc..36d8a0ccb3a 100644 --- a/lisp/iswitchb.el +++ b/lisp/iswitchb.el @@ -289,7 +289,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) @@ -374,7 +374,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") @@ -624,7 +624,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