# HG changeset patch # User Juri Linkov # Date 1159564525 0 # Node ID b6668e8a8f5fcf1ed6c3497662445427810fdc83 # Parent 177af1a9b5e39eae5b8796c28a0ef06dc76e8290 (syms_of_buffer): Reorder coding systems in the docstring of %z to the real order displayed in the modeline. diff -r 177af1a9b5e3 -r b6668e8a8f5f src/buffer.c --- 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.