From: Gerd Moellmann Date: Tue, 27 Feb 2001 13:24:54 +0000 (+0000) Subject: (bs-attributes-list): Doc fix. X-Git-Tag: emacs-pretest-21.0.99~101 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c0cb1027c5273b57e67a989ba91189e7916d5b32;p=emacs.git (bs-attributes-list): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cce37b85eb8..66cc1ac734b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2001-02-27 Gerd Moellmann + + * bs.el (bs-attributes-list): Doc fix. + 2001-02-26 Gerd Moellmann * 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 @@ ("" 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).