Mercurial > emacs
comparison src/buffer.c @ 7295:3f9ea1ad1c65
(syms_of_buffer): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 03 May 1994 19:17:39 +0000 |
parents | 0f79f4bd3c62 |
children | 7b5d67590d57 |
comparison
equal
deleted
inserted
replaced
7294:4ff0c1e7c8e2 | 7295:3f9ea1ad1c65 |
---|---|
2420 or when it is found in a cons-cell or a list)\n\ | 2420 or when it is found in a cons-cell or a list)\n\ |
2421 %b -- print buffer name. %f -- print visited file name.\n\ | 2421 %b -- print buffer name. %f -- print visited file name.\n\ |
2422 %* -- print *, % or hyphen. %m -- print value of mode-name (obsolete).\n\ | 2422 %* -- print *, % or hyphen. %m -- print value of mode-name (obsolete).\n\ |
2423 %s -- print process status. %l -- print the current line number.\n\ | 2423 %s -- print process status. %l -- print the current line number.\n\ |
2424 %p -- print percent of buffer above top of window, or Top, Bot or All.\n\ | 2424 %p -- print percent of buffer above top of window, or Top, Bot or All.\n\ |
2425 %p -- print percent of buffer above bottom of window, perhaps plus Top,\n\ | 2425 %P -- print percent of buffer above bottom of window, perhaps plus Top,\n\ |
2426 or print Bottom or All.\n\ | 2426 or print Bottom or All.\n\ |
2427 %n -- print Narrow if appropriate.\n\ | 2427 %n -- print Narrow if appropriate.\n\ |
2428 %t -- print T if files is text, B if binary.\n\ | 2428 %t -- print T if files is text, B if binary.\n\ |
2429 %[ -- print one [ for each recursive editing level. %] similar.\n\ | 2429 %[ -- print one [ for each recursive editing level. %] similar.\n\ |
2430 %% -- print %. %- -- print infinitely many dashes.\n\ | 2430 %% -- print %. %- -- print infinitely many dashes.\n\ |