diff options
| author | Richard M. Stallman | 1994-02-11 19:06:00 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-02-11 19:06:00 +0000 |
| commit | dd24e6a699b823ed3609a9cb98350ae98f54ed42 (patch) | |
| tree | cfcca5d17372f4be162f21221eaa76fd6466a582 /src/buffer.c | |
| parent | 8ffcb79f954c5453384ebc127c24492372e57c58 (diff) | |
| download | emacs-dd24e6a699b823ed3609a9cb98350ae98f54ed42.tar.gz emacs-dd24e6a699b823ed3609a9cb98350ae98f54ed42.zip | |
(syms_of_buffer): Doc fix.
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index 46669694863..638a3f70241 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -2370,7 +2370,9 @@ A string is printed verbatim in the mode line except for %-constructs:\n\ | |||
| 2370 | %b -- print buffer name. %f -- print visited file name.\n\ | 2370 | %b -- print buffer name. %f -- print visited file name.\n\ |
| 2371 | %* -- print *, % or hyphen. %m -- print value of mode-name (obsolete).\n\ | 2371 | %* -- print *, % or hyphen. %m -- print value of mode-name (obsolete).\n\ |
| 2372 | %s -- print process status. %l -- print the current line number.\n\ | 2372 | %s -- print process status. %l -- print the current line number.\n\ |
| 2373 | %p -- print percent of buffer above top of window, or top, bot or all.\n\ | 2373 | %p -- print percent of buffer above top of window, or Top, Bot or All.\n\ |
| 2374 | %p -- print percent of buffer above bottom of window, perhaps plus Top,\n\ | ||
| 2375 | or print Bottom or All.\n\ | ||
| 2374 | %n -- print Narrow if appropriate.\n\ | 2376 | %n -- print Narrow if appropriate.\n\ |
| 2375 | %t -- print T if files is text, B if binary.\n\ | 2377 | %t -- print T if files is text, B if binary.\n\ |
| 2376 | %[ -- print one [ for each recursive editing level. %] similar.\n\ | 2378 | %[ -- print one [ for each recursive editing level. %] similar.\n\ |