# HG changeset patch # User Eli Zaretskii # Date 1223988463 0 # Node ID 43065c518c41c57acf2736e656d066ae00e643a1 # Parent df0ee162b492a2c1bb4288b3e163bd72c50eba52 (Char-Tables): Remove documentation of set-char-table-default, which has no effect since Emacs 23. : Don't mention generic characters and charsets. Add a cons cell as a possible argument. diff -r df0ee162b492 -r 43065c518c41 doc/lispref/sequences.texi --- a/doc/lispref/sequences.texi Tue Oct 14 12:47:06 2008 +0000 +++ b/doc/lispref/sequences.texi Tue Oct 14 12:47:43 2008 +0000 @@ -576,13 +576,8 @@ This function returns the subtype symbol of @var{char-table}. @end defun -@defun set-char-table-default char-table char new-default -This function sets the default value of generic character @var{char} -in @var{char-table} to @var{new-default}. - There is no special function to access default values in a char-table. To do that, use @code{char-table-range} (see below). -@end defun @defun char-table-parent char-table This function returns the parent of @var{char-table}. The parent is @@ -619,15 +614,9 @@ Refers to the element for character @var{char} (supposing @var{char} is a valid character code). -@item @var{charset} -Refers to the value specified for the whole character set -@var{charset} (@pxref{Character Sets}). - -@item @var{generic-char} -A generic character stands for a character set, or a row of a -character set; specifying the generic character as argument is -equivalent to specifying the character set name. @xref{Splitting -Characters}, for a description of generic characters. +@item @code{(@var{from} . @var{to})} +A cons cell refers to all the characters in the inclusive range +@samp{[@var{from}..@var{to}]}. @end table @end defun @@ -646,14 +635,9 @@ Refers to the element for character @var{char} (supposing @var{char} is a valid character code). -@item @var{charset} -Refers to the value specified for the whole character set -@var{charset} (@pxref{Character Sets}). - -@item @var{generic-char} -A generic character stands for a character set; specifying the generic -character as argument is equivalent to specifying the character set -name. @xref{Splitting Characters}, for a description of generic characters. +@item @code{(@var{from} . @var{to})} +A cons cell refers to all the characters in the inclusive range +@samp{[@var{from}..@var{to}]}. @end table @end defun