Content deleted Content added
reduce surface of plainlist to support templatestyles, rewrite end of function |
adj naming |
||
Line 214:
if 0 == #list_t then
return (yes_no (args_t.suppress_empty_list_error) and '') or -- return empty
error_msg (messages_t.empty_list, 'native name list'); -- otherwise error
elseif 1 == #list_t then
return table.concat (list_t); -- return the very short list; TODO: add error?
|