Mercurial > emacs
diff src/buffer.c @ 2578:f694fc6cdd33
(Qmode-line-format): Describe %l in the doc string.
| author | Eric S. Raymond <esr@snark.thyrsus.com> |
|---|---|
| date | Sun, 25 Apr 1993 06:14:25 +0000 |
| parents | 3aa2f3b35353 |
| children | b0462d46afff |
line wrap: on
line diff
--- a/src/buffer.c Sun Apr 25 06:14:13 1993 +0000 +++ b/src/buffer.c Sun Apr 25 06:14:25 1993 +0000 @@ -1925,7 +1925,7 @@ or when it is found in a cons-cell or a list)\n\ %b -- print buffer name. %f -- print visited file name.\n\ %* -- print *, % or hyphen. %m -- print value of mode-name (obsolete).\n\ - %s -- print process status. %M -- print value of global-mode-string. (obs)\n\ + %s -- print process status. %l -- print the current line number.\n\ %p -- print percent of buffer above top of window, or top, bot or all.\n\ %n -- print Narrow if appropriate.\n\ %[ -- print one [ for each recursive editing level. %] similar.\n\
