diff options
| author | Miles Bader | 2007-08-03 05:20:51 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-08-03 05:20:51 +0000 |
| commit | e145a7fe95fb8f97407d125f94653ef95e42696d (patch) | |
| tree | 4f83705aac9d1a4416dabcf774115f7cccb80bda /src/buffer.c | |
| parent | 2a4924ce174b1a2b032558f3036f1d95445c4936 (diff) | |
| parent | 2f12b713116a4e15b4744fc78d5f0dbb57fcd1ca (diff) | |
| download | emacs-e145a7fe95fb8f97407d125f94653ef95e42696d.tar.gz emacs-e145a7fe95fb8f97407d125f94653ef95e42696d.zip | |
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 832-838)
- Remove lisp/erc/erc-nicklist.el
- Update some .arch-inventory files
- Fix void function definition error in cus-edit.el
- Update from CVS
- Restore lisp/emacs-lisp/cl-loaddefs.el
- Merge from emacs--rel--22
* emacs--rel--22 (patch 75-83)
- Update from CVS
- Remove lisp/erc/erc-nicklist.el
- Update some .arch-inventory files
- Indicate that emacs--devo--0--patch-834 does not need to be applied
- Merge from gnus--rel--5.10
- Restore lisp/emacs-lisp/cl-loaddefs.el
* gnus--rel--5.10 (patch 239-241)
- Merge from emacs--devo--0
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-239
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/buffer.c b/src/buffer.c index 0f38851e9eb..3a2b9460c17 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -5517,12 +5517,12 @@ A string is printed verbatim in the mode line except for %-constructs: | |||
| 5517 | %P -- print percent of buffer above bottom of window, perhaps plus Top, | 5517 | %P -- print percent of buffer above bottom of window, perhaps plus Top, |
| 5518 | or print Bottom or All. | 5518 | or print Bottom or All. |
| 5519 | %n -- print Narrow if appropriate. | 5519 | %n -- print Narrow if appropriate. |
| 5520 | %R -- print R or hyphen. R means that default-directory is on a | ||
| 5521 | remote machine. | ||
| 5522 | %t -- visited file is text or binary (if OS supports this distinction). | 5520 | %t -- visited file is text or binary (if OS supports this distinction). |
| 5523 | %z -- print mnemonics of keyboard, terminal, and buffer coding systems. | 5521 | %z -- print mnemonics of keyboard, terminal, and buffer coding systems. |
| 5524 | %Z -- like %z, but including the end-of-line format. | 5522 | %Z -- like %z, but including the end-of-line format. |
| 5525 | %e -- print error message about full memory. | 5523 | %e -- print error message about full memory. |
| 5524 | %@ -- print @ or hyphen. @ means that default-directory is on a | ||
| 5525 | remote machine. | ||
| 5526 | %[ -- print one [ for each recursive editing level. %] similar. | 5526 | %[ -- print one [ for each recursive editing level. %] similar. |
| 5527 | %% -- print %. %- -- print infinitely many dashes. | 5527 | %% -- print %. %- -- print infinitely many dashes. |
| 5528 | Decimal digits after the % specify field width to which to pad. */); | 5528 | Decimal digits after the % specify field width to which to pad. */); |