# HG changeset patch # User Dave Love # Date 980904004 0 # Node ID e1d9a16467ae2c0ec553e321633dcae85e0c6bf7 # Parent c3efe58b640538ce1202036149cde318a98c36a1 *** empty log message *** diff -r c3efe58b6405 -r e1d9a16467ae lispref/nonascii.texi --- a/lispref/nonascii.texi Wed Jan 31 01:00:17 2001 +0000 +++ b/lispref/nonascii.texi Wed Jan 31 01:20:04 2001 +0000 @@ -460,10 +460,9 @@ @defun make-translation-table &rest translations This function returns a translation table based on the argument -@var{translations}. Each element of -@var{translations} should be a list of the form @code{(@var{from} -. @var{to})}; this says to translate the character @var{from} into -@var{to}. +@var{translations}. Each element of @var{translations} should be a +list of elements of the form @code{(@var{from} . @var{to})}; this says +to translate the character @var{from} into @var{to}. The arguments and the forms in each argument are processed in order, and if a previous form already translates @var{to} to some other diff -r c3efe58b6405 -r e1d9a16467ae src/ChangeLog --- a/src/ChangeLog Wed Jan 31 01:00:17 2001 +0000 +++ b/src/ChangeLog Wed Jan 31 01:20:04 2001 +0000 @@ -1,3 +1,7 @@ +2001-01-31 Dave Love + + * textprop.c (Fset_text_properties): Fix newline in doc string. + 2001-01-30 Gerd Moellmann * xdisp.c (build_desired_tool_bar_string, syms_of_xdisp): Use