comparison src/buffer.c @ 15032:0d32c8a2ae39

(syms_of_buffer): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Tue, 16 Apr 1996 16:10:19 +0000
parents bddd8114eaa9
children a46a40f1c30c
comparison
equal deleted inserted replaced
15031:fef6a7e70bf4 15032:0d32c8a2ae39
3601 %b -- print buffer name. %f -- print visited file name.\n\ 3601 %b -- print buffer name. %f -- print visited file name.\n\
3602 %* -- print %, * or hyphen. %+ -- print *, % or hyphen.\n\ 3602 %* -- print %, * or hyphen. %+ -- print *, % or hyphen.\n\
3603 % means buffer is read-only and * means it is modified.\n\ 3603 % means buffer is read-only and * means it is modified.\n\
3604 For a modified read-only buffer, %* gives % and %+ gives *.\n\ 3604 For a modified read-only buffer, %* gives % and %+ gives *.\n\
3605 %s -- print process status. %l -- print the current line number.\n\ 3605 %s -- print process status. %l -- print the current line number.\n\
3606 %c -- print the current column number (this makes editing slower).\n\
3606 %p -- print percent of buffer above top of window, or Top, Bot or All.\n\ 3607 %p -- print percent of buffer above top of window, or Top, Bot or All.\n\
3607 %P -- print percent of buffer above bottom of window, perhaps plus Top,\n\ 3608 %P -- print percent of buffer above bottom of window, perhaps plus Top,\n\
3608 or print Bottom or All.\n\ 3609 or print Bottom or All.\n\
3609 %n -- print Narrow if appropriate.\n\ 3610 %n -- print Narrow if appropriate.\n\
3610 %t -- print T if files is text, B if binary.\n\ 3611 %t -- print T if files is text, B if binary.\n\