diff options
| author | Luc Teirlinck | 2004-09-08 02:59:04 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2004-09-08 02:59:04 +0000 |
| commit | 980aaec7f94d9803ceb37a708c46e2f879078473 (patch) | |
| tree | cdbed93ca780ac88af8c7bfc1deed8355deef9f3 | |
| parent | 689ffd70f2d4cb559da916594fd959f7ff66f83b (diff) | |
| download | emacs-980aaec7f94d9803ceb37a708c46e2f879078473.tar.gz emacs-980aaec7f94d9803ceb37a708c46e2f879078473.zip | |
(Buffer Internals): Describe new auto_save_file_format field of the
buffer structure.
| -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. | |||
| 1094 | @item file_format | 1094 | @item file_format |
| 1095 | The value of @code{buffer-file-format} in this buffer. | 1095 | The value of @code{buffer-file-format} in this buffer. |
| 1096 | 1096 | ||
| 1097 | @item auto_save_file_format | ||
| 1098 | The value of @code{buffer-auto-save-file-format} in this buffer. | ||
| 1099 | |||
| 1097 | @item pt_marker | 1100 | @item pt_marker |
| 1098 | In an indirect buffer, or a buffer that is the base of an indirect | 1101 | In an indirect buffer, or a buffer that is the base of an indirect |
| 1099 | buffer, this holds a marker that records point for this buffer when the | 1102 | buffer, this holds a marker that records point for this buffer when the |