]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/bs.el (bs-attributes-list): Doc fix
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 13 Dec 2022 13:45:58 +0000 (14:45 +0100)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 13 Dec 2022 13:45:58 +0000 (14:45 +0100)
lisp/bs.el

index 1fd31fb3b8579eb38187e75ed257f9e463d3f8b3..6ddc7774aae5bac567f85bf052e8c2cf928842b0 100644 (file)
@@ -157,15 +157,15 @@ HEADER         : String for header for first line or a function
                  which calculates column title.
 MINIMUM-LENGTH : Minimum width of column (number or name of function).
                  The function must return a positive integer.
-MAXIMUM-LENGTH : Maximum width of column (number or name of function)
-                 (currently ignored).
+MAXIMUM-LENGTH : Ignored.
 ALIGNMENT      : Alignment of column (`left', `right', `middle').
 FUN-OR-STRING  : Name of a function for calculating the value or a
                  string for a constant value.
 
-The function gets as parameter the buffer where we have started
-buffer selection and the list of all buffers to show.  The function must
-return a string representing the column's value."
+Functions for HEADER and MINIMUM-LENGTH are called with no arguments.
+FUN-OR-STRING gets as argument the buffer where we have started
+buffer selection and the list of all buffers to show.  The function
+must return a string representing the column's value."
   :group 'bs-appearance
   :type '(repeat sexp))