aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorRichard M. Stallman1996-10-01 22:49:15 +0000
committerRichard M. Stallman1996-10-01 22:49:15 +0000
commitb77087c5721d3c1403a48f9edc56aa092f891cdd (patch)
treeb3cc08ba37bff91cb4c4b6d5fa82e5631a978979 /src/buffer.c
parent7e563e040c12af531a905d4d780535c5c7f7b88b (diff)
downloademacs-b77087c5721d3c1403a48f9edc56aa092f891cdd.tar.gz
emacs-b77087c5721d3c1403a48f9edc56aa092f891cdd.zip
(syms_of_buffer): Doc fix.
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c2
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\
3690Decimal digits after the % specify field width to which to pad."); 3690Decimal digits after the % specify field width to which to pad.");