aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2004-09-08 02:59:04 +0000
committerLuc Teirlinck2004-09-08 02:59:04 +0000
commit980aaec7f94d9803ceb37a708c46e2f879078473 (patch)
treecdbed93ca780ac88af8c7bfc1deed8355deef9f3
parent689ffd70f2d4cb559da916594fd959f7ff66f83b (diff)
downloademacs-980aaec7f94d9803ceb37a708c46e2f879078473.tar.gz
emacs-980aaec7f94d9803ceb37a708c46e2f879078473.zip
(Buffer Internals): Describe new auto_save_file_format field of the
buffer structure.
-rw-r--r--lispref/internals.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/lispref/internals.texi b/lispref/internals.texi
index 3d75b04ca65..a4c641a40a8 100644
--- a/lispref/internals.texi
+++ b/lispref/internals.texi
@@ -1094,6 +1094,9 @@ The value of @code{buffer-file-coding-system} in this buffer.
1094@item file_format 1094@item file_format
1095The value of @code{buffer-file-format} in this buffer. 1095The value of @code{buffer-file-format} in this buffer.
1096 1096
1097@item auto_save_file_format
1098The value of @code{buffer-auto-save-file-format} in this buffer.
1099
1097@item pt_marker 1100@item pt_marker
1098In an indirect buffer, or a buffer that is the base of an indirect 1101In an indirect buffer, or a buffer that is the base of an indirect
1099buffer, this holds a marker that records point for this buffer when the 1102buffer, this holds a marker that records point for this buffer when the