changeset 16370:d45a787999ef

(syms_of_buffer): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Tue, 01 Oct 1996 22:49:15 +0000
parents 187e7c8aaff5
children 906cef1d36bd
files src/buffer.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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.");