Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/src/buffer.c Mon Sep 30 23:38:43 1996 +0000 +++ b/src/buffer.c Tue Oct 01 22:49:15 1996 +0000 @@ -3684,7 +3684,7 @@ %P -- print percent of buffer above bottom of window, perhaps plus Top,\n\ or print Bottom or All.\n\ %n -- print Narrow if appropriate.\n\ - %t -- print T if files is text, B if binary.\n\ + %t -- print T if file is text, B if binary.\n\ %[ -- print one [ for each recursive editing level. %] similar.\n\ %% -- print %. %- -- print infinitely many dashes.\n\ Decimal digits after the % specify field width to which to pad.");
