diff options
| author | Miles Bader | 2007-07-24 01:23:55 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-07-24 01:23:55 +0000 |
| commit | d918f936d5bfc7e126cc3b1bbf6ce80836c8d6f1 (patch) | |
| tree | c2dad763df03a5380928485043f9999c7a3533a6 /src/buffer.c | |
| parent | a1ef75fc233b19951f65bd2a177751751f9676a3 (diff) | |
| parent | 1e8995158740b15936887264a3d7183beb5c51d9 (diff) | |
| download | emacs-d918f936d5bfc7e126cc3b1bbf6ce80836c8d6f1.tar.gz emacs-d918f936d5bfc7e126cc3b1bbf6ce80836c8d6f1.zip | |
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 816-823)
- Update from CVS
- Merge from emacs--rel--22
* emacs--rel--22 (patch 59-69)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 237-238)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-235
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/buffer.c b/src/buffer.c index 925463a63c3..b401ce97e48 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -5517,6 +5517,8 @@ 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. | ||
| 5520 | %t -- visited file is text or binary (if OS supports this distinction). | 5522 | %t -- visited file is text or binary (if OS supports this distinction). |
| 5521 | %z -- print mnemonics of keyboard, terminal, and buffer coding systems. | 5523 | %z -- print mnemonics of keyboard, terminal, and buffer coding systems. |
| 5522 | %Z -- like %z, but including the end-of-line format. | 5524 | %Z -- like %z, but including the end-of-line format. |