aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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."
441 441
442(defvar bs--show-all nil 442(defvar bs--show-all nil
443 "Flag whether showing all buffers regardless of current configuration. 443 "Flag whether showing all buffers regardless of current configuration.
444Non nil means to show all buffers. Otherwise show buffers 444Non-nil means to show all buffers. Otherwise show buffers
445defined by current configuration `bs-current-configuration'.") 445defined by current configuration `bs-current-configuration'.")
446 446
447(defvar bs--window-config-coming-from nil 447(defvar bs--window-config-coming-from nil
@@ -583,7 +583,7 @@ a special function. SORT-DESCRIPTION is an element of `bs-sort-functions'."
583 583
584(defun bs--redisplay (&optional keep-line-p sort-description) 584(defun bs--redisplay (&optional keep-line-p sort-description)
585 "Redisplay whole Buffer Selection Menu. 585 "Redisplay whole Buffer Selection Menu.
586If KEEP-LINE-P is non nil the point will stay on current line. 586If KEEP-LINE-P is non-nil the point will stay on current line.
587SORT-DESCRIPTION is an element of `bs-sort-functions'" 587SORT-DESCRIPTION is an element of `bs-sort-functions'"
588 (let ((line (1+ (count-lines 1 (point))))) 588 (let ((line (1+ (count-lines 1 (point)))))
589 (bs-show-in-buffer (bs-buffer-list nil sort-description)) 589 (bs-show-in-buffer (bs-buffer-list nil sort-description))