diff options
| author | Richard M. Stallman | 1994-05-03 19:17:39 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-05-03 19:17:39 +0000 |
| commit | 9d130ffc2369e96c45bae5009bc2a5b287a2ab9a (patch) | |
| tree | db7c1f924b7e885d251498c5980fbee55e185af4 /src/buffer.c | |
| parent | 4453091dd3f92858b8b368d90915eb306d1eeeb6 (diff) | |
| download | emacs-9d130ffc2369e96c45bae5009bc2a5b287a2ab9a.tar.gz emacs-9d130ffc2369e96c45bae5009bc2a5b287a2ab9a.zip | |
(syms_of_buffer): Doc fix.
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index 1438a70074e..c03263a5dab 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -2422,7 +2422,7 @@ A string is printed verbatim in the mode line except for %-constructs:\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\ |