; * lisp/bs.el (bs-attributes-list): Doc fix
This commit is contained in:
parent
d6adaf487d
commit
c45eb13845
1 changed files with 5 additions and 5 deletions
10
lisp/bs.el
10
lisp/bs.el
|
@ -157,15 +157,15 @@ HEADER : String for header for first line or a function
|
||||||
which calculates column title.
|
which calculates column title.
|
||||||
MINIMUM-LENGTH : Minimum width of column (number or name of function).
|
MINIMUM-LENGTH : Minimum width of column (number or name of function).
|
||||||
The function must return a positive integer.
|
The function must return a positive integer.
|
||||||
MAXIMUM-LENGTH : Maximum width of column (number or name of function)
|
MAXIMUM-LENGTH : Ignored.
|
||||||
(currently ignored).
|
|
||||||
ALIGNMENT : Alignment of column (`left', `right', `middle').
|
ALIGNMENT : Alignment of column (`left', `right', `middle').
|
||||||
FUN-OR-STRING : Name of a function for calculating the value or a
|
FUN-OR-STRING : Name of a function for calculating the value or a
|
||||||
string for a constant value.
|
string for a constant value.
|
||||||
|
|
||||||
The function gets as parameter the buffer where we have started
|
Functions for HEADER and MINIMUM-LENGTH are called with no arguments.
|
||||||
buffer selection and the list of all buffers to show. The function must
|
FUN-OR-STRING gets as argument the buffer where we have started
|
||||||
return a string representing the column's value."
|
buffer selection and the list of all buffers to show. The function
|
||||||
|
must return a string representing the column's value."
|
||||||
:group 'bs-appearance
|
:group 'bs-appearance
|
||||||
:type '(repeat sexp))
|
:type '(repeat sexp))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue