emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/sequences.texi
Date: Sat, 26 Feb 2005 19:10:27 -0500

Index: emacs/lispref/sequences.texi
diff -c emacs/lispref/sequences.texi:1.25 emacs/lispref/sequences.texi:1.26
*** emacs/lispref/sequences.texi:1.25   Sat Apr 17 00:54:45 2004
--- emacs/lispref/sequences.texi        Sun Feb 27 00:10:27 2005
***************
*** 252,259 ****
  change the length of an existing array.
  
  @item
! The array is a constant, for evaluation---in other words, it evaluates
! to itself.
  
  @item
  The elements of an array may be referenced or changed with the functions
--- 252,259 ----
  change the length of an existing array.
  
  @item
! for purposes of evaluation, the array is a constant---in other words,
! it evaluates to itself.
  
  @item
  The elements of an array may be referenced or changed with the functions
***************
*** 580,591 ****
  This function returns the subtype symbol of @var{char-table}.
  @end defun
  
! @defun set-char-table-default char-table new-default
! This function sets the default value of @var{char-table} to
! @var{new-default}.
  
! There is no special function to access the default value of a char-table.
! To do that, use @code{(char-table-range @var{char-table} nil)}.
  @end defun
  
  @defun char-table-parent char-table
--- 580,591 ----
  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
***************
*** 628,636 ****
  @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.
  @end table
  @end defun
  
--- 628,637 ----
  @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.
  @end table
  @end defun
  




reply via email to

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