From 079242944aa2d211ea7ad368d3e9026272276cb6 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 16 Apr 1996 16:10:19 +0000 Subject: [PATCH] (syms_of_buffer): Doc fix. --- src/buffer.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/buffer.c b/src/buffer.c index c2e72e156f3..4c3f5b70e5e 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -3603,6 +3603,7 @@ A string is printed verbatim in the mode line except for %-constructs:\n\ % means buffer is read-only and * means it is modified.\n\ For a modified read-only buffer, %* gives % and %+ gives *.\n\ %s -- print process status. %l -- print the current line number.\n\ + %c -- print the current column number (this makes editing slower).\n\ %p -- print percent of buffer above top of window, or Top, Bot or All.\n\ %P -- print percent of buffer above bottom of window, perhaps plus Top,\n\ or print Bottom or All.\n\ -- 2.39.2