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: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/man/basic.texi
Date: Wed, 26 Jun 2002 18:38:34 -0400

Index: emacs/man/basic.texi
diff -c emacs/man/basic.texi:1.34 emacs/man/basic.texi:1.35
*** emacs/man/basic.texi:1.34   Sun Jun  9 17:58:46 2002
--- emacs/man/basic.texi        Wed Jun 26 18:38:34 2002
***************
*** 605,613 ****
  
  @kindex C-x =
  @findex what-cursor-position
!   The command @kbd{C-x =} (@code{what-cursor-position}) can be used to find 
out
! the column that the cursor is in, and other miscellaneous information about
! point.  It displays a line in the echo area that looks like this:
  
  @smallexample
  Char: c (0143, 99, 0x63)  point=21044 of 26883(78%)  column 53 
--- 605,614 ----
  
  @kindex C-x =
  @findex what-cursor-position
!   The command @kbd{C-x =} (@code{what-cursor-position}) shows what
! column the cursor is in, and other miscellaneous information about
! point and the character after it.  It displays a line in the echo area
! that looks like this:
  
  @smallexample
  Char: c (0143, 99, 0x63)  point=21044 of 26883(78%)  column 53 
***************
*** 665,672 ****
  identified as belonging to the @code{ascii} character set.  It also
  shows the character's syntax, categories, and encodings both
  internally in the buffer and externally if you save the file.  It also
! shows the character's text properties, if any, and the font used to
! display it.
  
    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
--- 666,674 ----
  identified as belonging to the @code{ascii} character set.  It also
  shows the character's syntax, categories, and encodings both
  internally in the buffer and externally if you save the file.  It also
! shows the character's text properties (@pxref{Text Properties,,,
! elisp, the Emacs Lisp Reference Manual}), and any overlays containing it
! (@pxref{Overlays,,, elisp, the same manual}).
  
    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
***************
*** 686,692 ****
  terminal code: C0
  
  Text properties
!   face: font-lock-variable-name-face
    fontified: t
  @end smallexample
  
--- 688,694 ----
  terminal code: C0
  
  Text properties
!   font-lock-face: font-lock-variable-name-face
    fontified: t
  @end smallexample
  



reply via email to

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