diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2004-09-08 02:59:04 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2004-09-08 02:59:04 +0000 |
commit | 980aaec7f94d9803ceb37a708c46e2f879078473 (patch) | |
tree | cdbed93ca780ac88af8c7bfc1deed8355deef9f3 /lispref | |
parent | 689ffd70f2d4cb559da916594fd959f7ff66f83b (diff) | |
download | emacs-980aaec7f94d9803ceb37a708c46e2f879078473.tar.gz |
(Buffer Internals): Describe new auto_save_file_format field of the
buffer structure.
Diffstat (limited to 'lispref')
-rw-r--r-- | lispref/internals.texi | 3 |
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. @item file_format The value of @code{buffer-file-format} in this buffer. +@item auto_save_file_format +The value of @code{buffer-auto-save-file-format} in this buffer. + @item pt_marker In an indirect buffer, or a buffer that is the base of an indirect buffer, this holds a marker that records point for this buffer when the |