comparison lisp/ChangeLog @ 4946:9b5d4b35f8d7

(main branch) redo capitalize-string-as-title -------------------- ChangeLog entries follow: -------------------- lisp/ChangeLog addition: 2010-01-24 Ben Wing <ben@xemacs.org> * simple.el (capitalize-string-as-title): Use `with-string-as-buffer-contents' instead of emulating it.
author Ben Wing <ben@xemacs.org>
date Sun, 24 Jan 2010 00:27:03 -0600
parents 99e465e2da2e
children 8b230c53075b
comparison
equal deleted inserted replaced
4945:99e465e2da2e 4946:9b5d4b35f8d7
1 2010-01-24 Ben Wing <ben@xemacs.org>
2
3 * simple.el (capitalize-string-as-title):
4 Use `with-string-as-buffer-contents' instead of emulating it.
5
1 2010-01-24 Ben Wing <ben@xemacs.org> 6 2010-01-24 Ben Wing <ben@xemacs.org>
2 7
3 * syntax.el: 8 * syntax.el:
4 * syntax.el (make-syntax-table): 9 * syntax.el (make-syntax-table):
5 Expand doc string. 10 Expand doc string.