# HG changeset patch # User Juri Linkov # Date 1148592019 0 # Node ID 83b791ca7b110f47bcdcc69c4dfb368360126cc9 # Parent f3ddca90b6b19aa38c384ab1e59ceac619144d1e (mode-line-format): Fix docstring. diff -r f3ddca90b6b1 -r 83b791ca7b11 src/buffer.c --- a/src/buffer.c Thu May 25 21:16:22 2006 +0000 +++ b/src/buffer.c Thu May 25 21:20:19 2006 +0000 @@ -5440,10 +5440,11 @@ %p -- print percent of buffer above top of window, or Top, Bot or All. %P -- print percent of buffer above bottom of window, perhaps plus Top, or print Bottom or All. - %m -- print the mode name. %n -- print Narrow if appropriate. + %t -- visited file is text or binary (if OS supports this distinction). %z -- print mnemonics of buffer, terminal, and keyboard coding systems. %Z -- like %z, but including the end-of-line format. + %e -- print error message about full memory. %[ -- print one [ for each recursive editing level. %] similar. %% -- print %. %- -- print infinitely many dashes. Decimal digits after the % specify field width to which to pad. */);