[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lispref/modes.texi
From: |
Juri Linkov |
Subject: |
[Emacs-diffs] Changes to emacs/lispref/modes.texi |
Date: |
Thu, 25 May 2006 20:55:20 +0000 |
Index: emacs/lispref/modes.texi
diff -u emacs/lispref/modes.texi:1.139 emacs/lispref/modes.texi:1.140
--- emacs/lispref/modes.texi:1.139 Sun Apr 30 02:35:35 2006
+++ emacs/lispref/modes.texi Thu May 25 20:55:20 2006
@@ -1927,6 +1927,10 @@
@item %c
The current column number of point.
address@hidden %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}).
address@hidden %z
+The mnemonics of buffer, terminal, and keyboard coding systems.
+
address@hidden %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}); @*
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lispref/modes.texi,
Juri Linkov <=