diff options
| author | Richard M. Stallman | 1996-10-01 22:49:15 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-10-01 22:49:15 +0000 |
| commit | b77087c5721d3c1403a48f9edc56aa092f891cdd (patch) | |
| tree | b3cc08ba37bff91cb4c4b6d5fa82e5631a978979 /src/buffer.c | |
| parent | 7e563e040c12af531a905d4d780535c5c7f7b88b (diff) | |
| download | emacs-b77087c5721d3c1403a48f9edc56aa092f891cdd.tar.gz emacs-b77087c5721d3c1403a48f9edc56aa092f891cdd.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 963f4bb55c1..51a34550476 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -3684,7 +3684,7 @@ A string is printed verbatim in the mode line except for %-constructs:\n\ | |||
| 3684 | %P -- print percent of buffer above bottom of window, perhaps plus Top,\n\ | 3684 | %P -- print percent of buffer above bottom of window, perhaps plus Top,\n\ |
| 3685 | or print Bottom or All.\n\ | 3685 | or print Bottom or All.\n\ |
| 3686 | %n -- print Narrow if appropriate.\n\ | 3686 | %n -- print Narrow if appropriate.\n\ |
| 3687 | %t -- print T if files is text, B if binary.\n\ | 3687 | %t -- print T if file is text, B if binary.\n\ |
| 3688 | %[ -- print one [ for each recursive editing level. %] similar.\n\ | 3688 | %[ -- print one [ for each recursive editing level. %] similar.\n\ |
| 3689 | %% -- print %. %- -- print infinitely many dashes.\n\ | 3689 | %% -- print %. %- -- print infinitely many dashes.\n\ |
| 3690 | Decimal digits after the % specify field width to which to pad."); | 3690 | Decimal digits after the % specify field width to which to pad."); |