From: Dave Love Date: Wed, 31 Jan 2001 01:20:04 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.98~280 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f57b6e648c009a6691218454b28d54de3efd6e21;p=emacs.git *** empty log message *** --- diff --git a/lispref/nonascii.texi b/lispref/nonascii.texi index 27743ca2a72..b8044625bbf 100644 --- a/lispref/nonascii.texi +++ b/lispref/nonascii.texi @@ -460,10 +460,9 @@ apply to all other coding systems. @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 --git a/src/ChangeLog b/src/ChangeLog index 54dbe552901..b977060629d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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