changeset 26555:5dec6111686f

(syms_of_buffer): Add %z, %Z, %m and %& to the doc string of mode-line-format. Remove the obsolete %t.
author Eli Zaretskii <eliz@gnu.org>
date Tue, 23 Nov 1999 13:17:01 +0000
parents 64e68423dca9
children 9698de836607
files src/ChangeLog src/buffer.c
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
Binary file src/ChangeLog has changed
--- a/src/buffer.c	Tue Nov 23 10:20:07 1999 +0000
+++ b/src/buffer.c	Tue Nov 23 13:17:01 1999 +0000
@@ -4204,6 +4204,7 @@
   %b -- print buffer name.      %f -- print visited file name.\n\
   %F -- print frame name.\n\
   %* -- print %, * or hyphen.   %+ -- print *, % or hyphen.\n\
+	%& is like %*, but ignore read-only-ness.\n\
 	% means buffer is read-only and * means it is modified.\n\
 	For a modified read-only buffer, %* gives % and %+ gives *.\n\
   %s -- print process status.   %l -- print the current line number.\n\
@@ -4213,8 +4214,10 @@
   %p -- print percent of buffer above top of window, or Top, Bot or All.\n\
   %P -- print percent of buffer above bottom of window, perhaps plus Top,\n\
         or print Bottom or All.\n\
+  %m -- print the mode name.\n\
   %n -- print Narrow if appropriate.\n\
-  %t -- print T if file is text, B if binary.\n\
+  %z -- print mnemonics of buffer, terminal, and keyboard coding systems.\n\
+  %Z -- like %z, but including the end-of-line format.\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.");