emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/doc/lispref/sequences.texi,v


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/doc/lispref/sequences.texi,v
Date: Tue, 14 Oct 2008 12:47:43 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    08/10/14 12:47:43

Index: sequences.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/doc/lispref/sequences.texi,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- sequences.texi      14 Oct 2008 11:39:16 -0000      1.4
+++ sequences.texi      14 Oct 2008 12:47:43 -0000      1.5
@@ -576,13 +576,8 @@
 This function returns the subtype symbol of @var{char-table}.
 @end defun
 
address@hidden 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).
address@hidden 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).
 
address@hidden @var{charset}
-Refers to the value specified for the whole character set
address@hidden (@pxref{Character Sets}).
-
address@hidden @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.
address@hidden @code{(@var{from} . @var{to})}
+A cons cell refers to all the characters in the inclusive range
address@hidden@address@hidden
 @end table
 @end defun
 
@@ -646,14 +635,9 @@
 Refers to the element for character @var{char}
 (supposing @var{char} is a valid character code).
 
address@hidden @var{charset}
-Refers to the value specified for the whole character set
address@hidden (@pxref{Character Sets}).
-
address@hidden @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.
address@hidden @code{(@var{from} . @var{to})}
+A cons cell refers to all the characters in the inclusive range
address@hidden@address@hidden
 @end table
 @end defun
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]