diff options
author | Lute Kamstra <lute@gnu.org> | 2003-09-08 07:56:45 +0000 |
---|---|---|
committer | Lute Kamstra <lute@gnu.org> | 2003-09-08 07:56:45 +0000 |
commit | ffa11cf31a91f184544979a078554bd7638e8bf0 (patch) | |
tree | efbbafa2d96871ac6c4ef6d16b995981ff170031 /man/basic.texi | |
parent | b213b767786d13c18ce2a4fcaee50709f44ce85c (diff) | |
download | emacs-ffa11cf31a91f184544979a078554bd7638e8bf0.tar.gz |
(Position Info): Mention `size-indication-mode'.
Diffstat (limited to 'man/basic.texi')
-rw-r--r-- | man/basic.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man/basic.texi b/man/basic.texi index 6ae4c457b1a..f2abb383773 100644 --- a/man/basic.texi +++ b/man/basic.texi @@ -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 |