* doc.c (get_doc_string): Rework so that
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 18 Aug 2011 08:37:41 +0000 (01:37 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 18 Aug 2011 08:37:41 +0000 (01:37 -0700)
commitd31850da41f8dba08684acd2e8addd7127089404
tree96c6d9e3d54243556def5ca7f45289384cf9f372
parentbc81e2c4e885787603da3e0314d6ea45a43f7862
* doc.c (get_doc_string): Rework so that

get_doc_string_buffer_size is the actual buffer size, rather than
being 1 less than the actual buffer size; this makes xpalloc more
convenient.
src/ChangeLog
src/doc.c