diff options
| author | Eric S. Raymond | 1993-04-25 06:14:25 +0000 |
|---|---|---|
| committer | Eric S. Raymond | 1993-04-25 06:14:25 +0000 |
| commit | a97c374aa7886b9a11de6df0212fd1c4af121325 (patch) | |
| tree | 4d75e8d9cc355fc4e4179c4aa94af83fd8aedfd2 /src/buffer.c | |
| parent | 3ab1f5b5ef5f7bd4753cec1c511c7dadde4a7b82 (diff) | |
| download | emacs-a97c374aa7886b9a11de6df0212fd1c4af121325.tar.gz emacs-a97c374aa7886b9a11de6df0212fd1c4af121325.zip | |
(Qmode-line-format): Describe %l in the doc string.
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 2192ac78b64..4c4e7ba9217 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -1925,7 +1925,7 @@ A string is printed verbatim in the mode line except for %-constructs:\n\ | |||
| 1925 | or when it is found in a cons-cell or a list)\n\ | 1925 | or when it is found in a cons-cell or a list)\n\ |
| 1926 | %b -- print buffer name. %f -- print visited file name.\n\ | 1926 | %b -- print buffer name. %f -- print visited file name.\n\ |
| 1927 | %* -- print *, % or hyphen. %m -- print value of mode-name (obsolete).\n\ | 1927 | %* -- print *, % or hyphen. %m -- print value of mode-name (obsolete).\n\ |
| 1928 | %s -- print process status. %M -- print value of global-mode-string. (obs)\n\ | 1928 | %s -- print process status. %l -- print the current line number.\n\ |
| 1929 | %p -- print percent of buffer above top of window, or top, bot or all.\n\ | 1929 | %p -- print percent of buffer above top of window, or top, bot or all.\n\ |
| 1930 | %n -- print Narrow if appropriate.\n\ | 1930 | %n -- print Narrow if appropriate.\n\ |
| 1931 | %[ -- print one [ for each recursive editing level. %] similar.\n\ | 1931 | %[ -- print one [ for each recursive editing level. %] similar.\n\ |