comparison src/buffer.c @ 290:c9fe270a4101 r21-0b43

Import from CVS: tag r21-0b43
author cvs
date Mon, 13 Aug 2007 10:36:47 +0200
parents e11d67e05968
children 03446687b7cc
comparison
equal deleted inserted replaced
289:6e6992ccc4b6 290:c9fe270a4101
2345 %S -- print name of selected frame (only meaningful under X Windows). 2345 %S -- print name of selected frame (only meaningful under X Windows).
2346 %p -- print percent of buffer above top of window, or Top, Bot or All. 2346 %p -- print percent of buffer above top of window, or Top, Bot or All.
2347 %P -- print percent of buffer above bottom of window, perhaps plus Top, 2347 %P -- print percent of buffer above bottom of window, perhaps plus Top,
2348 or print Bottom or All. 2348 or print Bottom or All.
2349 %n -- print Narrow if appropriate. 2349 %n -- print Narrow if appropriate.
2350 %t -- Under MS-DOS, print T if files is text, B if binary.
2351 %C -- under XEmacs/mule, print the mnemonic for `buffer-file-coding-system'. 2350 %C -- under XEmacs/mule, print the mnemonic for `buffer-file-coding-system'.
2352 %[ -- print one [ for each recursive editing level. %] similar. 2351 %[ -- print one [ for each recursive editing level. %] similar.
2353 %% -- print %. %- -- print infinitely many dashes. 2352 %% -- print %. %- -- print infinitely many dashes.
2354 Decimal digits after the % specify field width to which to pad. 2353 Decimal digits after the % specify field width to which to pad.
2355 */ ); 2354 */ );