Some fixes to follow coding conventions in files maintained by FSF.
[bpt/emacs.git] / lisp / buff-menu.el
index 0203689..d748fb8 100644 (file)
@@ -1,6 +1,6 @@
-;;; buff-menu.el --- buffer menu main function and support functions.
+;;; buff-menu.el --- buffer menu main function and support functions
 
-;; Copyright (C) 1985, 86, 87, 93, 94, 95 Free Software Foundation, Inc.
+;; Copyright (C) 1985, 86, 87, 93, 94, 95, 2000 Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
 
@@ -548,7 +548,9 @@ The R column contains a % for buffers that are read-only."
                (put-text-property this-buffer-line-start (point)
                                   'buffer buffer)
                (put-text-property this-buffer-line-start name-end
-                                  'mouse-face 'highlight))
+                                  'mouse-face 'highlight)
+               (put-text-property this-buffer-line-start name-end
+                                  'help-echo "mouse-2: select this buffer"))
              (let ((size (format "%8d" this-buffer-size))
                    (mode this-buffer-mode-name)
                    (excess (- (current-column) 17)))