comparison src/buffer.c @ 18921:099aeb6bf4ea

(syms_of_buffer): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Wed, 23 Jul 1997 16:57:18 +0000
parents c8135c48a66d
children a7d44588be35
comparison
equal deleted inserted replaced
18920:9c03cae980ed 18921:099aeb6bf4ea
3877 %* -- print %, * or hyphen. %+ -- print *, % or hyphen.\n\ 3877 %* -- print %, * or hyphen. %+ -- print *, % or hyphen.\n\
3878 % means buffer is read-only and * means it is modified.\n\ 3878 % means buffer is read-only and * means it is modified.\n\
3879 For a modified read-only buffer, %* gives % and %+ gives *.\n\ 3879 For a modified read-only buffer, %* gives % and %+ gives *.\n\
3880 %s -- print process status. %l -- print the current line number.\n\ 3880 %s -- print process status. %l -- print the current line number.\n\
3881 %c -- print the current column number (this makes editing slower).\n\ 3881 %c -- print the current column number (this makes editing slower).\n\
3882 To make the column number update correctly in all cases,\n\
3883 `column-number-mode' must be non-nil.\n\
3882 %p -- print percent of buffer above top of window, or Top, Bot or All.\n\ 3884 %p -- print percent of buffer above top of window, or Top, Bot or All.\n\
3883 %P -- print percent of buffer above bottom of window, perhaps plus Top,\n\ 3885 %P -- print percent of buffer above bottom of window, perhaps plus Top,\n\
3884 or print Bottom or All.\n\ 3886 or print Bottom or All.\n\
3885 %n -- print Narrow if appropriate.\n\ 3887 %n -- print Narrow if appropriate.\n\
3886 %t -- print T if file is text, B if binary.\n\ 3888 %t -- print T if file is text, B if binary.\n\