diff options
| author | Luc Teirlinck | 2004-09-08 02:55:36 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2004-09-08 02:55:36 +0000 |
| commit | 689ffd70f2d4cb559da916594fd959f7ff66f83b (patch) | |
| tree | afd449a28e49aa758a1b005f19923317bfafc94e | |
| parent | 4a2255ad3830b089520521c1b5ea2d97cc985160 (diff) | |
| download | emacs-689ffd70f2d4cb559da916594fd959f7ff66f83b.tar.gz emacs-689ffd70f2d4cb559da916594fd959f7ff66f83b.zip | |
(Format Conversion): `auto-save-file-format' has been renamed
`buffer-auto-save-file-format'.
| -rw-r--r-- | lispref/files.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/files.texi b/lispref/files.texi index 4fe2d8567d3..2e6a5bcee00 100644 --- a/lispref/files.texi +++ b/lispref/files.texi | |||
| @@ -2825,7 +2825,7 @@ The argument @var{format} is a list of format names. If @var{format} is | |||
| 2825 | @key{RET} for @var{format} specifies @code{nil}. | 2825 | @key{RET} for @var{format} specifies @code{nil}. |
| 2826 | @end deffn | 2826 | @end deffn |
| 2827 | 2827 | ||
| 2828 | @defvar auto-save-file-format | 2828 | @defvar buffer-auto-save-file-format |
| 2829 | This variable specifies the format to use for auto-saving. Its value is | 2829 | This variable specifies the format to use for auto-saving. Its value is |
| 2830 | a list of format names, just like the value of | 2830 | a list of format names, just like the value of |
| 2831 | @code{buffer-file-format}; however, it is used instead of | 2831 | @code{buffer-file-format}; however, it is used instead of |