From: Eli Zaretskii Date: Tue, 25 Jun 2024 13:42:47 +0000 (+0300) Subject: ; * src/buffer.c (syms_of_buffer) : ASCIIfy. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=38d6eb6101149184d4e52fa3f7773aa086f06bc4;p=emacs.git ; * src/buffer.c (syms_of_buffer) : ASCIIfy. (cherry picked from commit 8e3e206bd32c2fc4dc07ab2c6271fd0d0e8dddd9) --- diff --git a/src/buffer.c b/src/buffer.c index 8f983692124..744b0ef5548 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -5183,7 +5183,7 @@ A string is printed verbatim in the mode line except for %-constructs: %P -- print percent of buffer above bottom of window, perhaps plus Top, or print Bottom or All. %q -- print percent of buffer above both the top and the bottom of the - window, separated by ‘-’, or ‘All’. + window, separated by `-', or `All'. %s -- print process status. %z -- print mnemonics of keyboard, terminal, and buffer coding systems. %Z -- like %z, but including the end-of-line format.