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


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/man/display.texi
Date: Sun, 02 Nov 2003 02:01:39 -0500

Index: emacs/man/display.texi
diff -c emacs/man/display.texi:1.72 emacs/man/display.texi:1.73
*** emacs/man/display.texi:1.72 Mon Sep  8 03:55:54 2003
--- emacs/man/display.texi      Sun Nov  2 02:01:04 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]