emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lispref/objects.texi
Date: Tue, 04 Feb 2003 09:48:09 -0500

Index: emacs/lispref/objects.texi
diff -c emacs/lispref/objects.texi:1.31 emacs/lispref/objects.texi:1.32
*** emacs/lispref/objects.texi:1.31     Fri Mar 22 08:41:46 2002
--- emacs/lispref/objects.texi  Tue Feb  4 09:47:54 2003
***************
*** 1,7 ****
  @c -*-texinfo-*-
  @c This is part of the GNU Emacs Lisp Reference Manual.
  @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999
! @c   Free Software Foundation, Inc. 
  @c See the file elisp.texi for copying conditions.
  @setfilename ../info/objects
  @node Lisp Data Types, Numbers, Introduction, Top
--- 1,7 ----
  @c -*-texinfo-*-
  @c This is part of the GNU Emacs Lisp Reference Manual.
  @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999
! @c   Free Software Foundation, Inc.
  @c See the file elisp.texi for copying conditions.
  @setfilename ../info/objects
  @node Lisp Data Types, Numbers, Introduction, Top
***************
*** 248,254 ****
    The usual read syntax for alphanumeric characters is a question mark
  followed by the character; thus, @samp{?A} for the character
  @kbd{A}, @samp{?B} for the character @kbd{B}, and @samp{?a} for the
! character @kbd{a}.  
  
    For example:
  
--- 248,254 ----
    The usual read syntax for alphanumeric characters is a question mark
  followed by the character; thus, @samp{?A} for the character
  @kbd{A}, @samp{?B} for the character @kbd{B}, and @samp{?a} for the
! character @kbd{a}.
  
    For example:
  
***************
*** 397,403 ****
  character.  This distinction is possible only when you use X terminals
  or other special terminals; ordinary terminals do not report the
  distinction to the computer in any way.  The Lisp syntax for
! the shift bit is @samp{\S-}; thus, @samp{?\C-\S-o} or @samp{?\C-\S-O} 
  represents the shifted-control-o character.
  
  @cindex hyper characters
--- 397,403 ----
  character.  This distinction is possible only when you use X terminals
  or other special terminals; ordinary terminals do not report the
  distinction to the computer in any way.  The Lisp syntax for
! the shift bit is @samp{\S-}; thus, @samp{?\C-\S-o} or @samp{?\C-\S-O}
  represents the shifted-control-o character.
  
  @cindex hyper characters
***************
*** 899,906 ****
  in documentation strings,
  but the newline is \
  ignored if escaped."
!      @result{} "It is useful to include newlines 
! in documentation strings, 
  but the newline is ignored if escaped."
  @end example
  
--- 899,906 ----
  in documentation strings,
  but the newline is \
  ignored if escaped."
!      @result{} "It is useful to include newlines
! in documentation strings,
  but the newline is ignored if escaped."
  @end example
  
***************
*** 932,938 ****
  represent a unibyte address@hidden character with its character code,
  which must be in the range from 128 (0200 octal) to 255 (0377 octal).
  This forces a unibyte string.
!   
    @xref{Text Representations}, for more information about the two
  text representations.
  
--- 932,938 ----
  represent a unibyte address@hidden character with its character code,
  which must be in the range from 128 (0200 octal) to 255 (0377 octal).
  This forces a unibyte string.
! 
    @xref{Text Representations}, for more information about the two
  text representations.
  
***************
*** 1071,1077 ****
  constant that follows actually specifies the contents of the bool-vector
  as a bitmap---each ``character'' in the string contains 8 bits, which
  specify the next 8 elements of the bool-vector (1 stands for @code{t},
! and 0 for @code{nil}).  The least significant bits of the character 
  correspond to the lowest indices in the bool-vector.  If the length is not a
  multiple of 8, the printed representation shows extra elements, but
  these extras really make no difference.
--- 1071,1077 ----
  constant that follows actually specifies the contents of the bool-vector
  as a bitmap---each ``character'' in the string contains 8 bits, which
  specify the next 8 elements of the bool-vector (1 stands for @code{t},
! and 0 for @code{nil}).  The least significant bits of the character
  correspond to the lowest indices in the bool-vector.  If the length is not a
  multiple of 8, the printed representation shows extra elements, but
  these extras really make no difference.




reply via email to

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