diff options
| author | Miles Bader | 2006-10-03 05:04:21 +0000 |
|---|---|---|
| committer | Miles Bader | 2006-10-03 05:04:21 +0000 |
| commit | f3bbbd11451643c49997116d639612ae434dcaa0 (patch) | |
| tree | 6ce54c0dbf43746478357847960e9621fe3a5719 /src/buffer.c | |
| parent | 84356ba74da100da043fea790d1253b2d92e9110 (diff) | |
| parent | 670992917f2ee196a667797e4c3806d89c0f6d61 (diff) | |
| download | emacs-f3bbbd11451643c49997116d639612ae434dcaa0.tar.gz emacs-f3bbbd11451643c49997116d639612ae434dcaa0.zip | |
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 447-459)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 141-144)
- Merge from emacs--devo--0
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-115
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 5369fe0fac1..47877b6a37b 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -5507,7 +5507,7 @@ A string is printed verbatim in the mode line except for %-constructs: | |||
| 5507 | or print Bottom or All. | 5507 | or print Bottom or All. |
| 5508 | %n -- print Narrow if appropriate. | 5508 | %n -- print Narrow if appropriate. |
| 5509 | %t -- visited file is text or binary (if OS supports this distinction). | 5509 | %t -- visited file is text or binary (if OS supports this distinction). |
| 5510 | %z -- print mnemonics of buffer, terminal, and keyboard coding systems. | 5510 | %z -- print mnemonics of keyboard, terminal, and buffer coding systems. |
| 5511 | %Z -- like %z, but including the end-of-line format. | 5511 | %Z -- like %z, but including the end-of-line format. |
| 5512 | %e -- print error message about full memory. | 5512 | %e -- print error message about full memory. |
| 5513 | %[ -- print one [ for each recursive editing level. %] similar. | 5513 | %[ -- print one [ for each recursive editing level. %] similar. |