emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lispref/text.texi [lexbind]
Date: Thu, 20 Nov 2003 19:36:51 -0500

Index: emacs/lispref/text.texi
diff -c emacs/lispref/text.texi:1.56.2.2 emacs/lispref/text.texi:1.56.2.3
*** emacs/lispref/text.texi:1.56.2.2    Tue Oct 14 19:10:12 2003
--- emacs/lispref/text.texi     Thu Nov 20 19:35:47 2003
***************
*** 3520,3526 ****
  
    A register is a sort of variable used in Emacs editing that can hold a
  variety of different kinds of values.  Each register is named by a
! single character.  All @sc{ascii} characters and their meta variants
  (but with the exception of @kbd{C-g}) can be used to name registers.
  Thus, there are 255 possible registers.  A register is designated in
  Emacs Lisp by the character that is its name.
--- 3520,3526 ----
  
    A register is a sort of variable used in Emacs editing that can hold a
  variety of different kinds of values.  Each register is named by a
! single character.  All @acronym{ASCII} characters and their meta variants
  (but with the exception of @kbd{C-g}) can be used to name registers.
  Thus, there are 255 possible registers.  A register is designated in
  Emacs Lisp by the character that is its name.
***************
*** 3688,3694 ****
  @cindex base 64 encoding
  
    Base 64 code is used in email to encode a sequence of 8-bit bytes as
! a longer sequence of @sc{ascii} graphic characters.  It is defined in
  Internet address@hidden
  An RFC, an acronym for @dfn{Request for Comments}, is a numbered
  Internet informational document describing a standard.  RFCs are
--- 3688,3694 ----
  @cindex base 64 encoding
  
    Base 64 code is used in email to encode a sequence of 8-bit bytes as
! a longer sequence of @acronym{ASCII} graphic characters.  It is defined in
  Internet address@hidden
  An RFC, an acronym for @dfn{Request for Comments}, is a numbered
  Internet informational document describing a standard.  RFCs are




reply via email to

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