Mercurial > emacs
comparison src/buffer.c @ 16370:d45a787999ef
(syms_of_buffer): Doc fix.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Tue, 01 Oct 1996 22:49:15 +0000 |
| parents | b311d8755530 |
| children | 4ec13b05b0fa |
comparison
equal
deleted
inserted
replaced
| 16369:187e7c8aaff5 | 16370:d45a787999ef |
|---|---|
| 3682 %c -- print the current column number (this makes editing slower).\n\ | 3682 %c -- print the current column number (this makes editing slower).\n\ |
| 3683 %p -- print percent of buffer above top of window, or Top, Bot or All.\n\ | 3683 %p -- print percent of buffer above top of window, or Top, Bot or All.\n\ |
| 3684 %P -- print percent of buffer above bottom of window, perhaps plus Top,\n\ | 3684 %P -- print percent of buffer above bottom of window, perhaps plus Top,\n\ |
| 3685 or print Bottom or All.\n\ | 3685 or print Bottom or All.\n\ |
| 3686 %n -- print Narrow if appropriate.\n\ | 3686 %n -- print Narrow if appropriate.\n\ |
| 3687 %t -- print T if files is text, B if binary.\n\ | 3687 %t -- print T if file is text, B if binary.\n\ |
| 3688 %[ -- print one [ for each recursive editing level. %] similar.\n\ | 3688 %[ -- print one [ for each recursive editing level. %] similar.\n\ |
| 3689 %% -- print %. %- -- print infinitely many dashes.\n\ | 3689 %% -- print %. %- -- print infinitely many dashes.\n\ |
| 3690 Decimal digits after the % specify field width to which to pad."); | 3690 Decimal digits after the % specify field width to which to pad."); |
| 3691 */ | 3691 */ |
| 3692 | 3692 |
