From: Juri Linkov Date: Fri, 29 Sep 2006 21:15:25 +0000 (+0000) Subject: (syms_of_buffer): Reorder coding systems in the X-Git-Tag: emacs-pretest-22.0.90~297 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=474198601d784615913a77e40e50912591763da6;p=emacs.git (syms_of_buffer): Reorder coding systems in the docstring of %z to the real order displayed in the modeline. --- diff --git a/src/buffer.c b/src/buffer.c index 51f93c930e5..c02637ff0c5 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -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.