# HG changeset patch # User Juanma Barranquero # Date 1191430200 0 # Node ID e4899f369f0141fef026d0dc265e04541d74cce0 # Parent fad130192ad9289917728e4c5cdd9346930b5858 *** empty log message *** diff -r fad130192ad9 -r e4899f369f01 lisp/ChangeLog --- a/lisp/ChangeLog Wed Oct 03 16:43:10 2007 +0000 +++ b/lisp/ChangeLog Wed Oct 03 16:50:00 2007 +0000 @@ -1,9 +1,13 @@ 2007-10-03 Juanma Barranquero * bs.el: Don't defvar `font-lock-verbose'. - (bs-config-clear, bs-kill): Fix typos in docstrings. + (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions) + (bs--get-file-name): Fix typos in docstrings. (bs--show-header): Use `dolist' instead of `mapcar'. (bs-mode): Set `show-trailing-whitespace' to nil. + (bs-buffer-sort-function, bs-mouse-select-other-frame) + (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show): + Doc fixes. 2007-10-02 Adam Hupp (tiny change)