diff options
| author | Richard M. Stallman | 1994-07-02 19:37:12 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-07-02 19:37:12 +0000 |
| commit | c806d99edd5921be2d12f47aa94c0a31d6a7833a (patch) | |
| tree | bc56db1d7b6be8dc2004439882d7a7f153327722 /src/buffer.c | |
| parent | fc7323e644ca99578784ca195a30e118a8d0994b (diff) | |
| download | emacs-c806d99edd5921be2d12f47aa94c0a31d6a7833a.tar.gz emacs-c806d99edd5921be2d12f47aa94c0a31d6a7833a.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 5b4cf3a6162..849b7df735f 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -2574,7 +2574,7 @@ A string is printed verbatim in the mode line except for %-constructs:\n\ | |||
| 2574 | (%-constructs are allowed when the string is the entire mode-line-format\n\ | 2574 | (%-constructs are allowed when the string is the entire mode-line-format\n\ |
| 2575 | or when it is found in a cons-cell or a list)\n\ | 2575 | or when it is found in a cons-cell or a list)\n\ |
| 2576 | %b -- print buffer name. %f -- print visited file name.\n\ | 2576 | %b -- print buffer name. %f -- print visited file name.\n\ |
| 2577 | %* -- print *, % or hyphen. %m -- print value of mode-name (obsolete).\n\ | 2577 | %* -- print *, % or hyphen. %+ -- print * or hyphen.\n\ |
| 2578 | %s -- print process status. %l -- print the current line number.\n\ | 2578 | %s -- print process status. %l -- print the current line number.\n\ |
| 2579 | %p -- print percent of buffer above top of window, or Top, Bot or All.\n\ | 2579 | %p -- print percent of buffer above top of window, or Top, Bot or All.\n\ |
| 2580 | %P -- print percent of buffer above bottom of window, perhaps plus Top,\n\ | 2580 | %P -- print percent of buffer above bottom of window, perhaps plus Top,\n\ |