Mercurial > emacs
comparison src/buffer.c @ 19977:f5ea3a56adb5
(mode-line-format): Doc fix.
| author | Karl Heuer <kwzh@gnu.org> |
|---|---|
| date | Thu, 25 Sep 1997 00:40:45 +0000 |
| parents | 7482ad23e430 |
| children | 52fbf5fad62e |
comparison
equal
deleted
inserted
replaced
| 19976:81065d2158f9 | 19977:f5ea3a56adb5 |
|---|---|
| 3880 to the width specified by that number.\n\ | 3880 to the width specified by that number.\n\ |
| 3881 A string is printed verbatim in the mode line except for %-constructs:\n\ | 3881 A string is printed verbatim in the mode line except for %-constructs:\n\ |
| 3882 (%-constructs are allowed when the string is the entire mode-line-format\n\ | 3882 (%-constructs are allowed when the string is the entire mode-line-format\n\ |
| 3883 or when it is found in a cons-cell or a list)\n\ | 3883 or when it is found in a cons-cell or a list)\n\ |
| 3884 %b -- print buffer name. %f -- print visited file name.\n\ | 3884 %b -- print buffer name. %f -- print visited file name.\n\ |
| 3885 %F -- print frame name.\n\ | |
| 3885 %* -- print %, * or hyphen. %+ -- print *, % or hyphen.\n\ | 3886 %* -- print %, * or hyphen. %+ -- print *, % or hyphen.\n\ |
| 3886 % means buffer is read-only and * means it is modified.\n\ | 3887 % means buffer is read-only and * means it is modified.\n\ |
| 3887 For a modified read-only buffer, %* gives % and %+ gives *.\n\ | 3888 For a modified read-only buffer, %* gives % and %+ gives *.\n\ |
| 3888 %s -- print process status. %l -- print the current line number.\n\ | 3889 %s -- print process status. %l -- print the current line number.\n\ |
| 3889 %c -- print the current column number (this makes editing slower).\n\ | 3890 %c -- print the current column number (this makes editing slower).\n\ |
