summaryrefslogtreecommitdiff
path: root/lisp/bs.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2006-11-03 15:05:44 +0000
committerJuanma Barranquero <lekktu@gmail.com>2006-11-03 15:05:44 +0000
commitaaf08d6bb1714f3794bfcbb8747c8a54d34a2451 (patch)
tree98d0c1aae67109d3af46a68d6cc89465c9d9369a /lisp/bs.el
parentc62d85beb7c0ca610f167b737e2a55a89bdca5a1 (diff)
downloademacs-aaf08d6bb1714f3794bfcbb8747c8a54d34a2451.tar.gz
(bs--show-all, bs--redisplay): Use "non-nil" in docstrings.
Diffstat (limited to 'lisp/bs.el')
-rw-r--r--lisp/bs.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/bs.el b/lisp/bs.el
index f095a98dc00..047996d27c7 100644
--- a/lisp/bs.el
+++ b/lisp/bs.el
@@ -441,7 +441,7 @@ naming a sort behavior. Default is \"by nothing\" which means no sorting."
(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 @@ a special function. SORT-DESCRIPTION is an element of `bs-sort-functions'."
(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))