Mercurial > emacs
changeset 70928:76fee807f4c0
(%-Constructs): Add %e, %z, %Z.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Thu, 25 May 2006 20:55:20 +0000 |
parents | 1d492927a08d |
children | 10bd863bbc8a |
files | lispref/modes.texi |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/modes.texi Thu May 25 18:09:25 2006 +0000 +++ b/lispref/modes.texi Thu May 25 20:55:20 2006 +0000 @@ -1927,6 +1927,10 @@ @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 @@ 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}); @*