changeset 73173:b6668e8a8f5f

(syms_of_buffer): Reorder coding systems in the docstring of %z to the real order displayed in the modeline.
author Juri Linkov <juri@jurta.org>
date Fri, 29 Sep 2006 21:15:25 +0000
parents 177af1a9b5e3
children 2b79bc909a3d
files src/buffer.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/buffer.c	Fri Sep 29 20:54:44 2006 +0000
+++ b/src/buffer.c	Fri Sep 29 21:15:25 2006 +0000
@@ -5491,7 +5491,7 @@
         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.