diff options
| author | Juri Linkov | 2006-05-25 20:55:20 +0000 |
|---|---|---|
| committer | Juri Linkov | 2006-05-25 20:55:20 +0000 |
| commit | f202a77d98bb64a76478ac1634c57f805f636df2 (patch) | |
| tree | 390d0e316176cb117837188f56750f7c22f4982d | |
| parent | f473c8d5af209f42c30bd32f34c466d8d85e1585 (diff) | |
| download | emacs-f202a77d98bb64a76478ac1634c57f805f636df2.tar.gz emacs-f202a77d98bb64a76478ac1634c57f805f636df2.zip | |
(%-Constructs): Add %e, %z, %Z.
| -rw-r--r-- | lispref/modes.texi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lispref/modes.texi b/lispref/modes.texi index 9e55ca847fc..7c4896d9532 100644 --- a/lispref/modes.texi +++ b/lispref/modes.texi | |||
| @@ -1927,6 +1927,10 @@ The current buffer name, obtained with the @code{buffer-name} function. | |||
| 1927 | @item %c | 1927 | @item %c |
| 1928 | The current column number of point. | 1928 | The current column number of point. |
| 1929 | 1929 | ||
| 1930 | @item %e | ||
| 1931 | When Emacs is nearly out of memory for Lisp objects, a brief message | ||
| 1932 | saying so. Otherwise, this is empty. | ||
| 1933 | |||
| 1930 | @item %f | 1934 | @item %f |
| 1931 | The visited file name, obtained with the @code{buffer-file-name} | 1935 | The visited file name, obtained with the @code{buffer-file-name} |
| 1932 | function. @xref{Buffer File Name}. | 1936 | function. @xref{Buffer File Name}. |
| @@ -1972,6 +1976,12 @@ Whether the visited file is a text file or a binary file. This is a | |||
| 1972 | meaningful distinction only on certain operating systems (@pxref{MS-DOS | 1976 | meaningful distinction only on certain operating systems (@pxref{MS-DOS |
| 1973 | File Types}). | 1977 | File Types}). |
| 1974 | 1978 | ||
| 1979 | @item %z | ||
| 1980 | The mnemonics of buffer, terminal, and keyboard coding systems. | ||
| 1981 | |||
| 1982 | @item %Z | ||
| 1983 | Like @samp{%z}, but including the end-of-line format. | ||
| 1984 | |||
| 1975 | @item %* | 1985 | @item %* |
| 1976 | @samp{%} if the buffer is read only (see @code{buffer-read-only}); @* | 1986 | @samp{%} if the buffer is read only (see @code{buffer-read-only}); @* |
| 1977 | @samp{*} if the buffer is modified (see @code{buffer-modified-p}); @* | 1987 | @samp{*} if the buffer is modified (see @code{buffer-modified-p}); @* |