emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/man/basic.texi
Date: Fri, 26 Apr 2002 07:29:28 -0400

Index: emacs/man/basic.texi
diff -c emacs/man/basic.texi:1.31 emacs/man/basic.texi:1.32
*** emacs/man/basic.texi:1.31   Fri Feb 22 18:44:02 2002
--- emacs/man/basic.texi        Fri Apr 26 07:29:26 2002
***************
*** 653,661 ****
  point.  The output might look like this:
  
  @smallexample
! point=26957 of 26956(100%)  column 0 
  @end smallexample
  
    @address@hidden C-x =}} displays additional information about a
  character, including the character set name and the codes that
  identify the character within that character set; ASCII characters are
--- 653,663 ----
  point.  The output might look like this:
  
  @smallexample
! point=26957 of 26956(100%)  column 0
  @end smallexample
  
+ @cindex character set of character at point
+ @cindex text properties at point
    @address@hidden C-x =}} displays additional information about a
  character, including the character set name and the codes that
  identify the character within that character set; ASCII characters are
***************
*** 665,673 ****
  shows the character's text properties, if any.
  
    Here's an example showing the Latin-1 character A with grave accent,
! in a buffer whose coding system is @code{iso-2022-7bit} and whose
  terminal coding system is @code{iso-latin-1} (so the terminal actually
! displays the character as @address@hidden):
  
  @smallexample
      character: @`A (04300, 2240, 0x8c0)
--- 667,676 ----
  shows the character's text properties, if any.
  
    Here's an example showing the Latin-1 character A with grave accent,
! in a buffer whose coding system is @code{iso-2022-7bit}, whose
  terminal coding system is @code{iso-latin-1} (so the terminal actually
! displays the character as @address@hidden), and which has font-lock-mode
! (@pxref{Font Lock}) enabled:
  
  @smallexample
      character: @`A (04300, 2240, 0x8c0)
***************
*** 675,684 ****
               (Right-Hand Part of Latin Alphabet address@hidden
     code point: 64
         syntax: w      which means: word
!      category: l:Latin  
    buffer code: 0x81 0xC0
      file code: ESC 2C 41 40 (encoded by coding system iso-2022-7bit)
  terminal code: C0
  @end smallexample
  
  @node Arguments
--- 678,690 ----
               (Right-Hand Part of Latin Alphabet address@hidden
     code point: 64
         syntax: w      which means: word
!      category: l:Latin
    buffer code: 0x81 0xC0
      file code: ESC 2C 41 40 (encoded by coding system iso-2022-7bit)
  terminal code: C0
+ 
+ Text properties
+   face: font-lock-variable-name-face  fontified: t
  @end smallexample
  
  @node Arguments



reply via email to

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