# HG changeset patch # User Richard M. Stallman # Date 844210155 0 # Node ID d45a787999ef9726875ddca6b9948b307383b76b # Parent 187e7c8aaff5f451710fef1b3131d988191b5867 (syms_of_buffer): Doc fix. diff -r 187e7c8aaff5 -r d45a787999ef src/buffer.c --- 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.");