# HG changeset patch # User Juri Linkov # Date 1148590520 0 # Node ID 76fee807f4c0935f5b13df94ca5bacbbf30c5a89 # Parent 1d492927a08de7587c880cd080951b74fb6ac5c9 (%-Constructs): Add %e, %z, %Z. diff -r 1d492927a08d -r 76fee807f4c0 lispref/modes.texi --- 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}); @*