]> code.delx.au - gnu-emacs/commitdiff
(syms_of_buffer): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Tue, 1 Oct 1996 22:49:15 +0000 (22:49 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 1 Oct 1996 22:49:15 +0000 (22:49 +0000)
src/buffer.c

index 963f4bb55c14187437aefc1a00b2bc9b56073cc6..51a3455047640802ae5d23afe19a51f8f8fb3c38 100644 (file)
@@ -3684,7 +3684,7 @@ A string is printed verbatim in the mode line except for %-constructs:\n\
   %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.");