diff options
| author | Richard M. Stallman | 1996-04-16 16:10:19 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-04-16 16:10:19 +0000 |
| commit | 079242944aa2d211ea7ad368d3e9026272276cb6 (patch) | |
| tree | 592380dbc2fe9e5617731ce6a4312d9760da4260 /src/buffer.c | |
| parent | 1aa323ac15dfb82429e7bf0ed2accd0232f41e22 (diff) | |
| download | emacs-079242944aa2d211ea7ad368d3e9026272276cb6.tar.gz emacs-079242944aa2d211ea7ad368d3e9026272276cb6.zip | |
(syms_of_buffer): Doc fix.
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buffer.c b/src/buffer.c index c2e72e156f3..4c3f5b70e5e 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -3603,6 +3603,7 @@ A string is printed verbatim in the mode line except for %-constructs:\n\ | |||
| 3603 | % means buffer is read-only and * means it is modified.\n\ | 3603 | % means buffer is read-only and * means it is modified.\n\ |
| 3604 | For a modified read-only buffer, %* gives % and %+ gives *.\n\ | 3604 | For a modified read-only buffer, %* gives % and %+ gives *.\n\ |
| 3605 | %s -- print process status. %l -- print the current line number.\n\ | 3605 | %s -- print process status. %l -- print the current line number.\n\ |
| 3606 | %c -- print the current column number (this makes editing slower).\n\ | ||
| 3606 | %p -- print percent of buffer above top of window, or Top, Bot or All.\n\ | 3607 | %p -- print percent of buffer above top of window, or Top, Bot or All.\n\ |
| 3607 | %P -- print percent of buffer above bottom of window, perhaps plus Top,\n\ | 3608 | %P -- print percent of buffer above bottom of window, perhaps plus Top,\n\ |
| 3608 | or print Bottom or All.\n\ | 3609 | or print Bottom or All.\n\ |