]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/buffer.c (syms_of_buffer) <mode-line-format>: ASCIIfy.
authorEli Zaretskii <eliz@gnu.org>
Tue, 25 Jun 2024 13:42:47 +0000 (16:42 +0300)
committerEshel Yaron <me@eshelyaron.com>
Wed, 26 Jun 2024 13:34:19 +0000 (15:34 +0200)
(cherry picked from commit 8e3e206bd32c2fc4dc07ab2c6271fd0d0e8dddd9)

src/buffer.c

index 8f98369212470a1220223bed37285b6f6f090fb9..744b0ef55484b951ce75c2b8dcab57cdb5e3b5f5 100644 (file)
@@ -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.