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: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/objects.texi
Date: Thu, 08 Dec 2005 12:42:55 -0500

Index: emacs/lispref/objects.texi
diff -c emacs/lispref/objects.texi:1.49 emacs/lispref/objects.texi:1.50
*** emacs/lispref/objects.texi:1.49     Thu Sep 15 13:11:24 2005
--- emacs/lispref/objects.texi  Thu Dec  8 17:42:55 2005
***************
*** 291,297 ****
  vertical tab, formfeed, space, return, del, and escape as @samp{?\a},
  @samp{?\b}, @samp{?\t}, @samp{?\n}, @samp{?\v}, @samp{?\f},
  @samp{?\s}, @samp{?\r}, @samp{?\d}, and @samp{?\e}, respectively.
! Thus,
  
  @example
  ?\a @result{} 7                 ; @r{control-g, @kbd{C-g}}
--- 291,298 ----
  vertical tab, formfeed, space, return, del, and escape as @samp{?\a},
  @samp{?\b}, @samp{?\t}, @samp{?\n}, @samp{?\v}, @samp{?\f},
  @samp{?\s}, @samp{?\r}, @samp{?\d}, and @samp{?\e}, respectively.
! (@samp{?\s} followed by a dash has a different meaning---it applies
! the ``super'' modifier to the following character.)  Thus,
  
  @example
  ?\a @result{} 7                 ; @r{control-g, @kbd{C-g}}
***************
*** 311,317 ****
    These sequences which start with backslash are also known as
  @dfn{escape sequences}, because backslash plays the role of an
  ``escape character''; this terminology has nothing to do with the
! character @key{ESC}.  @samp{\s} is meant for use only in character
  constants; in string constants, just write the space.
  
  @cindex control characters
--- 312,318 ----
    These sequences which start with backslash are also known as
  @dfn{escape sequences}, because backslash plays the role of an
  ``escape character''; this terminology has nothing to do with the
! character @key{ESC}.  @samp{\s} is meant for use in character
  constants; in string constants, just write the space.
  
  @cindex control characters




reply via email to

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