comparison src/ChangeLog @ 4469:c661944aa259

Fill out docstrings for #'translate-region, #'make-char-table. 2008-05-25 Aidan Kehoe <kehoea@parhasard.net> * chartab.c (Fmake_char_table): Document the default return values for the various char table types. * editfns.c (Ftranslate_region): Document why `generic' char tables are preferable to `char' char tables for this function.
author Aidan Kehoe <kehoea@parhasard.net>
date Sun, 25 May 2008 22:54:33 +0200
parents 732b87cfabf2
children c76b1bc6bd28
comparison
equal deleted inserted replaced
4468:a78d697ccd2c 4469:c661944aa259
1 2008-05-25 Aidan Kehoe <kehoea@parhasard.net>
2
3 * chartab.c (Fmake_char_table):
4 Document the default return values for the various char table
5 types.
6 * editfns.c (Ftranslate_region): Document why `generic' char tables
7 are preferable to `char' char tables for this function.
8
1 2008-05-21 Aidan Kehoe <kehoea@parhasard.net> 9 2008-05-21 Aidan Kehoe <kehoea@parhasard.net>
2 10
3 * fileio.c (Fmake_symbolic_link): 11 * fileio.c (Fmake_symbolic_link):
4 Document behaviour when the underlying OS doesn't support symbolic 12 Document behaviour when the underlying OS doesn't support symbolic
5 links. 13 links.