1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-20 13:00:51 -07:00

(syms_of_buffer): Doc fix.

This commit is contained in:
Richard M. Stallman 1996-04-16 16:10:19 +00:00
parent 1aa323ac15
commit 079242944a

View file

@ -3603,6 +3603,7 @@ A string is printed verbatim in the mode line except for %-constructs:\n\
% means buffer is read-only and * means it is modified.\n\
For a modified read-only buffer, %* gives % and %+ gives *.\n\
%s -- print process status. %l -- print the current line number.\n\
%c -- print the current column number (this makes editing slower).\n\
%p -- print percent of buffer above top of window, or Top, Bot or All.\n\
%P -- print percent of buffer above bottom of window, perhaps plus Top,\n\
or print Bottom or All.\n\