From 980aaec7f94d9803ceb37a708c46e2f879078473 Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Wed, 8 Sep 2004 02:59:04 +0000 Subject: [PATCH] (Buffer Internals): Describe new auto_save_file_format field of the buffer structure. --- lispref/internals.texi | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.2