aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/bs.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index cce37b85eb8..66cc1ac734b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12001-02-27 Gerd Moellmann <gerd@gnu.org>
2
3 * bs.el (bs-attributes-list): Doc fix.
4
12001-02-26 Gerd Moellmann <gerd@gnu.org> 52001-02-26 Gerd Moellmann <gerd@gnu.org>
2 6
3 * help.el (describe-project): Display the file THE-GNU-PROJECT. 7 * help.el (describe-project): Display the file THE-GNU-PROJECT.
diff --git a/lisp/bs.el b/lisp/bs.el
index 4b0c80ba9e9..7f1c8b6adac 100644
--- a/lisp/bs.el
+++ b/lisp/bs.el
@@ -159,7 +159,7 @@
159 ("" 2 2 left " ")) 159 ("" 2 2 left " "))
160 "*List specifying the layout of a Buffer Selection Menu buffer. 160 "*List specifying the layout of a Buffer Selection Menu buffer.
161Each entry specifies a column and is a list of the form of: 161Each entry specifies a column and is a list of the form of:
162(HEADER MINIMUM-LENGTH MAXIMUM-LENGTH ALIGNMENT FUN-OR-STRING) 162\(HEADER MINIMUM-LENGTH MAXIMUM-LENGTH ALIGNMENT FUN-OR-STRING)
163HEADER : string for header for first line or a function 163HEADER : string for header for first line or a function
164 which calculates column title. 164 which calculates column title.
165MINIMUM-LENGTH : minimum width of column (number or name of function). 165MINIMUM-LENGTH : minimum width of column (number or name of function).