summaryrefslogtreecommitdiff
path: root/lispref/modes.texi
diff options
context:
space:
mode:
authorJuri Linkov <juri@jurta.org>2006-05-25 20:55:20 +0000
committerJuri Linkov <juri@jurta.org>2006-05-25 20:55:20 +0000
commitf202a77d98bb64a76478ac1634c57f805f636df2 (patch)
tree390d0e316176cb117837188f56750f7c22f4982d /lispref/modes.texi
parentf473c8d5af209f42c30bd32f34c466d8d85e1585 (diff)
downloademacs-f202a77d98bb64a76478ac1634c57f805f636df2.tar.gz
(%-Constructs): Add %e, %z, %Z.
Diffstat (limited to 'lispref/modes.texi')
-rw-r--r--lispref/modes.texi10
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.
@item %c
The current column number of point.
+@item %e
+When Emacs is nearly out of memory for Lisp objects, a brief message
+saying so. Otherwise, this is empty.
+
@item %f
The visited file name, obtained with the @code{buffer-file-name}
function. @xref{Buffer File Name}.
@@ -1972,6 +1976,12 @@ Whether the visited file is a text file or a binary file. This is a
meaningful distinction only on certain operating systems (@pxref{MS-DOS
File Types}).
+@item %z
+The mnemonics of buffer, terminal, and keyboard coding systems.
+
+@item %Z
+Like @samp{%z}, but including the end-of-line format.
+
@item %*
@samp{%} if the buffer is read only (see @code{buffer-read-only}); @*
@samp{*} if the buffer is modified (see @code{buffer-modified-p}); @*