]> code.delx.au - gnu-emacs/blobdiff - man/basic.texi
2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
[gnu-emacs] / man / basic.texi
index 6ae4c457b1a1500e5dc03f6494ee830c9650a6de..3ec6e47c5bbfc395f6feb5685862aec7b2d25e65 100644 (file)
@@ -572,6 +572,9 @@ point, and column of point (@code{what-cursor-position}).
 @item M-x hl-line-mode
 Enable or disable highlighting of the current line.  @xref{Cursor
 Display}.
+@item M-x size-indication-mode
+Toggle automatic display of the size of the buffer.
+@xref{Optional Mode Line}.
 @end table
 
 @findex what-page
@@ -620,7 +623,7 @@ Char: c (0143, 99, 0x63)  point=21044 of 26883(78%)  column 53
 
   The four values after @samp{Char:} describe the character that follows
 point, first by showing it and then by giving its character code in
-octal, decimal and hex.  For a non-ASCII multibyte character, these are
+octal, decimal and hex.  For a non-@acronym{ASCII} multibyte character, these are
 followed by @samp{ext} and the character's representation, in hex, in
 the buffer's coding system, if that coding system encodes the character
 safely and with a single byte (@pxref{Coding Systems}).  If the
@@ -662,7 +665,7 @@ point=26957 of 26956(100%)  column 0
 @cindex text properties at point
   @w{@kbd{C-u 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
+identify the character within that character set; @acronym{ASCII} characters are
 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