]> git.eshelyaron.com Git - emacs.git/commitdiff
(bs-attributes-list): Doc fix.
authorGerd Moellmann <gerd@gnu.org>
Tue, 27 Feb 2001 13:24:54 +0000 (13:24 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 27 Feb 2001 13:24:54 +0000 (13:24 +0000)
lisp/ChangeLog
lisp/bs.el

index cce37b85eb8cf6a74aa0149cc96fb95d4a3e9396..66cc1ac734b3b4c95218bd2eef633d093a447670 100644 (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.
index 4b0c80ba9e98778c5752d0047a71b5177f936262..7f1c8b6adac36de0b7b8c57899ca5d5fb8be4a71 100644 (file)
     (""       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).