diff options
| author | Phil Sainty | 2022-08-14 22:34:41 +1200 |
|---|---|---|
| committer | Phil Sainty | 2023-03-26 23:43:54 +1300 |
| commit | 9cfae822fb36dc4beb4d397c36c447d059c18ca7 (patch) | |
| tree | 6214a0928b5efd270ee9db678c5a97e9bed8a966 /src/buffer.c | |
| parent | 8f42db010d15efa21fb9007e61daedbe1e2dfa53 (diff) | |
| download | emacs-9cfae822fb36dc4beb4d397c36c447d059c18ca7.tar.gz emacs-9cfae822fb36dc4beb4d397c36c447d059c18ca7.zip | |
* src/buffer.c (mode-line-format): Remove docs for obsolete %t construct
This documentation had been previously removed in 1999 in [1]
but was subsequently restored again in a different form in 2006
in [2] as the construct was still supported on some systems.
However it looks like it hasn't done what that documentation
indicated since [3] in 2011, and the final remnant of this
functionality was removed in [4] in 2013; so it seems clear that
it's no longer supported and shouldn't be documented now.
[1] commit 08de62001945d4dd32a3d6af44da05804cb296d5
[2] commit dafbe726b89a36010f3f24bb1efe4ace0a5f7f0f
[3] commit 05c652517317d10690aaf0a6aa0bc876382b9d82
[4] commit 8549f9e89bd9288c4c709d183a5bf8f07dbeed3d
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index df1f5206668..3bcd387f0c5 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -5143,7 +5143,6 @@ A string is printed verbatim in the mode line except for %-constructs: | |||
| 5143 | %P -- print percent of buffer above bottom of window, perhaps plus Top, | 5143 | %P -- print percent of buffer above bottom of window, perhaps plus Top, |
| 5144 | or print Bottom or All. | 5144 | or print Bottom or All. |
| 5145 | %n -- print Narrow if appropriate. | 5145 | %n -- print Narrow if appropriate. |
| 5146 | %t -- visited file is text or binary (if OS supports this distinction). | ||
| 5147 | %z -- print mnemonics of keyboard, terminal, and buffer coding systems. | 5146 | %z -- print mnemonics of keyboard, terminal, and buffer coding systems. |
| 5148 | %Z -- like %z, but including the end-of-line format. | 5147 | %Z -- like %z, but including the end-of-line format. |
| 5149 | %e -- print error message about full memory. | 5148 | %e -- print error message about full memory. |