aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2001-02-27 13:24:54 +0000
committerGerd Moellmann2001-02-27 13:24:54 +0000
commitc0cb1027c5273b57e67a989ba91189e7916d5b32 (patch)
treea1c295de58ed3a490a519d8a2ebf04f88b064297
parent5bf4787d309b5e222f05dc1d9102478d3757e437 (diff)
downloademacs-c0cb1027c5273b57e67a989ba91189e7916d5b32.tar.gz
emacs-c0cb1027c5273b57e67a989ba91189e7916d5b32.zip
(bs-attributes-list): Doc fix.
-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).