doc: improvements to standards section

Apply consistent formatting, fix all ANSI dictionary sections as
    well as other errors and typos.
This commit is contained in:
Marius Gerbershagen 2018-12-31 16:22:44 +01:00
parent 0b0c7594b4
commit af2c152682
27 changed files with 269 additions and 159 deletions

View file

@ -105,7 +105,7 @@ ecl_alloc_adjustable_extended_string(cl_index l)
#endif
/*
Make_simple_base_string(s) makes a simple-base string from C string s.
ecl_make_simple_base_string(s) creates a simple-base string from C string s.
*/
cl_object
ecl_make_simple_base_string(char *s, cl_fixnum l)