Mercurial > emacs
changeset 73642:d4b7bfddf3f5
(bs--show-all, bs--redisplay): Use "non-nil" in docstrings.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 03 Nov 2006 15:05:44 +0000 |
parents | 1b10fc956ff0 |
children | b99336492688 |
files | lisp/bs.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/bs.el Fri Nov 03 14:38:12 2006 +0000 +++ b/lisp/bs.el Fri Nov 03 15:05:44 2006 +0000 @@ -441,7 +441,7 @@ (defvar bs--show-all nil "Flag whether showing all buffers regardless of current configuration. -Non nil means to show all buffers. Otherwise show buffers +Non-nil means to show all buffers. Otherwise show buffers defined by current configuration `bs-current-configuration'.") (defvar bs--window-config-coming-from nil @@ -583,7 +583,7 @@ (defun bs--redisplay (&optional keep-line-p sort-description) "Redisplay whole Buffer Selection Menu. -If KEEP-LINE-P is non nil the point will stay on current line. +If KEEP-LINE-P is non-nil the point will stay on current line. SORT-DESCRIPTION is an element of `bs-sort-functions'" (let ((line (1+ (count-lines 1 (point))))) (bs-show-in-buffer (bs-buffer-list nil sort-description))