# HG changeset patch # User Juanma Barranquero # Date 1162566344 0 # Node ID d4b7bfddf3f5680384724845bc9d5bb8c650780f # Parent 1b10fc956ff0d8a941ca983ca6a40ca4719125de (bs--show-all, bs--redisplay): Use "non-nil" in docstrings. diff -r 1b10fc956ff0 -r d4b7bfddf3f5 lisp/bs.el --- 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))