(bs-attributes-list): Doc fix.

This commit is contained in:
Gerd Moellmann 2001-02-27 13:24:54 +00:00
parent 5bf4787d30
commit c0cb1027c5
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2001-02-27 Gerd Moellmann <gerd@gnu.org>
* bs.el (bs-attributes-list): Doc fix.
2001-02-26 Gerd Moellmann <gerd@gnu.org>
* help.el (describe-project): Display the file THE-GNU-PROJECT.

View file

@ -159,7 +159,7 @@
("" 2 2 left " "))
"*List specifying the layout of a Buffer Selection Menu buffer.
Each entry specifies a column and is a list of the form of:
(HEADER MINIMUM-LENGTH MAXIMUM-LENGTH ALIGNMENT FUN-OR-STRING)
\(HEADER MINIMUM-LENGTH MAXIMUM-LENGTH ALIGNMENT FUN-OR-STRING)
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).