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


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lispref/text.texi
Date: Sun, 02 Nov 2003 01:48:34 -0500

Index: emacs/lispref/text.texi
diff -c emacs/lispref/text.texi:1.68 emacs/lispref/text.texi:1.69
*** emacs/lispref/text.texi:1.68        Fri Sep 26 06:00:09 2003
--- emacs/lispref/text.texi     Sun Nov  2 01:29:59 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]