Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 2577:b28675709d41 | 2578:f694fc6cdd33 |
|---|---|
| 1923 A string is printed verbatim in the mode line except for %-constructs:\n\ | 1923 A string is printed verbatim in the mode line except for %-constructs:\n\ |
| 1924 (%-constructs are allowed when the string is the entire mode-line-format\n\ | 1924 (%-constructs are allowed when the string is the entire mode-line-format\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\ |
| 1932 %% -- print %. %- -- print infinitely many dashes.\n\ | 1932 %% -- print %. %- -- print infinitely many dashes.\n\ |
| 1933 Decimal digits after the % specify field width to which to pad."); | 1933 Decimal digits after the % specify field width to which to pad."); |
