changeset 27576:6097d621dac9

(bs): Add :version to defgroup.
author Dave Love <fx@gnu.org>
date Wed, 02 Feb 2000 14:03:26 +0000
parents 2344fab04513
children beed019fbf10
files lisp/bs.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/bs.el	Wed Feb 02 14:00:00 2000 +0000
+++ b/lisp/bs.el	Wed Feb 02 14:03:26 2000 +0000
@@ -136,6 +136,7 @@
 
 (defgroup bs nil
   "Buffer Selection: Maintaining buffers by buffer menu."
+  :version "21.1"
   :group 'convenience)
 
 (defgroup bs-appearence nil
@@ -1357,7 +1358,7 @@
 (defun bs--get-file-name (start-buffer all-buffers)
   "Return string for column 'File' in Buffer Selection Menu.
 This is the variable `buffer-file-name' of current buffer.
-If current mode is `dired-mode' or shell-mode it returns the
+If current mode is `dired-mode' or `shell-mode' it returns the
 default directory.
 START-BUFFER is the buffer where we started buffer selection.
 ALL-BUFFERS is the list of buffer appearing in Buffer Selection Menu."