diff options
| author | Juri Linkov | 2006-09-29 21:15:25 +0000 |
|---|---|---|
| committer | Juri Linkov | 2006-09-29 21:15:25 +0000 |
| commit | 474198601d784615913a77e40e50912591763da6 (patch) | |
| tree | 8ea1b21e396ec2d063d60068357215bedd17523b /src/buffer.c | |
| parent | 20e285facf49ba314bbf12ff7ddc0dfbc9a86ddc (diff) | |
| download | emacs-474198601d784615913a77e40e50912591763da6.tar.gz emacs-474198601d784615913a77e40e50912591763da6.zip | |
(syms_of_buffer): Reorder coding systems in the
docstring of %z to the real order displayed in the modeline.
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
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: | |||
| 5491 | or print Bottom or All. | 5491 | or print Bottom or All. |
| 5492 | %n -- print Narrow if appropriate. | 5492 | %n -- print Narrow if appropriate. |
| 5493 | %t -- visited file is text or binary (if OS supports this distinction). | 5493 | %t -- visited file is text or binary (if OS supports this distinction). |
| 5494 | %z -- print mnemonics of buffer, terminal, and keyboard coding systems. | 5494 | %z -- print mnemonics of keyboard, terminal, and buffer coding systems. |
| 5495 | %Z -- like %z, but including the end-of-line format. | 5495 | %Z -- like %z, but including the end-of-line format. |
| 5496 | %e -- print error message about full memory. | 5496 | %e -- print error message about full memory. |
| 5497 | %[ -- print one [ for each recursive editing level. %] similar. | 5497 | %[ -- print one [ for each recursive editing level. %] similar. |