]> code.delx.au - gnu-emacs/commitdiff
(syms_of_buffer): Reorder coding systems in the
authorJuri Linkov <juri@jurta.org>
Fri, 29 Sep 2006 21:15:25 +0000 (21:15 +0000)
committerJuri Linkov <juri@jurta.org>
Fri, 29 Sep 2006 21:15:25 +0000 (21:15 +0000)
docstring of %z to the real order displayed in the modeline.

src/buffer.c

index 51f93c930e5cc8199fdb6f67989c9e6815d3ff8e..c02637ff0c50b45b396645a6793c52d9aa32e99c 100644 (file)
@@ -5491,7 +5491,7 @@ A string is printed verbatim in the mode line except for %-constructs:
         or print Bottom or All.
   %n -- print Narrow if appropriate.
   %t -- visited file is text or binary (if OS supports this distinction).
-  %z -- print mnemonics of buffer, terminal, and keyboard coding systems.
+  %z -- print mnemonics of keyboard, terminal, and buffer coding systems.
   %Z -- like %z, but including the end-of-line format.
   %e -- print error message about full memory.
   %[ -- print one [ for each recursive editing level.  %] similar.