emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/man/display.texi [lexbind]


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

Index: emacs/man/display.texi
diff -c emacs/man/display.texi:1.59.2.2 emacs/man/display.texi:1.59.2.3
*** emacs/man/display.texi:1.59.2.2     Tue Oct 14 18:56:22 2003
--- emacs/man/display.texi      Thu Nov 20 19:36:12 2003
***************
*** 888,907 ****
  @section How Text Is Displayed
  @cindex characters (in text)
  
!   ASCII printing characters (octal codes 040 through 0176) in Emacs
  buffers are displayed with their graphics, as are non-ASCII multibyte
  printing characters (octal codes above 0400).
  
!   Some ASCII control characters are displayed in special ways.  The
  newline character (octal code 012) is displayed by starting a new line.
  The tab character (octal code 011) is displayed by moving to the next
  tab stop column (normally every 8 columns).
  
!   Other ASCII control characters are normally displayed as a caret
  (@samp{^}) followed by the non-control version of the character; thus,
  control-A is displayed as @samp{^A}.
  
!   Non-ASCII characters 0200 through 0237 (octal) are displayed with
  octal escape sequences; thus, character code 0230 (octal) is displayed
  as @samp{\230}.  The display of character codes 0240 through 0377
  (octal) may be either as escape sequences or as graphics.  They do not
--- 888,907 ----
  @section How Text Is Displayed
  @cindex characters (in text)
  
!   @acronym{ASCII} printing characters (octal codes 040 through 0176) in Emacs
  buffers are displayed with their graphics, as are non-ASCII multibyte
  printing characters (octal codes above 0400).
  
!   Some @acronym{ASCII} control characters are displayed in special ways.  The
  newline character (octal code 012) is displayed by starting a new line.
  The tab character (octal code 011) is displayed by moving to the next
  tab stop column (normally every 8 columns).
  
!   Other @acronym{ASCII} control characters are normally displayed as a caret
  (@samp{^}) followed by the non-control version of the character; thus,
  control-A is displayed as @samp{^A}.
  
!   address@hidden characters 0200 through 0237 (octal) are displayed with
  octal escape sequences; thus, character code 0230 (octal) is displayed
  as @samp{\230}.  The display of character codes 0240 through 0377
  (octal) may be either as escape sequences or as graphics.  They do not




reply via email to

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