diff options
| author | Richard M. Stallman | 1999-10-09 18:07:32 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1999-10-09 18:07:32 +0000 |
| commit | 29b677db48bdfe1177d3b460a764f9b237ff2c19 (patch) | |
| tree | 510fea68034e7dae11fc2f49cca4d9e5778d5248 /lispref/buffers.texi | |
| parent | d177c5835233dd811adad081cfc86e2f2f29d7bb (diff) | |
| download | emacs-29b677db48bdfe1177d3b460a764f9b237ff2c19.tar.gz emacs-29b677db48bdfe1177d3b460a764f9b237ff2c19.zip | |
*** empty log message ***
Diffstat (limited to 'lispref/buffers.texi')
| -rw-r--r-- | lispref/buffers.texi | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lispref/buffers.texi b/lispref/buffers.texi index 670b147a3b8..098dfd88463 100644 --- a/lispref/buffers.texi +++ b/lispref/buffers.texi | |||
| @@ -370,7 +370,8 @@ supplied, it defaults to the current buffer. | |||
| 370 | @defvar buffer-file-name | 370 | @defvar buffer-file-name |
| 371 | This buffer-local variable contains the name of the file being visited | 371 | This buffer-local variable contains the name of the file being visited |
| 372 | in the current buffer, or @code{nil} if it is not visiting a file. It | 372 | in the current buffer, or @code{nil} if it is not visiting a file. It |
| 373 | is a permanent local variable, unaffected by @code{kill-local-variables}. | 373 | is a permanent local variable, unaffected by |
| 374 | @code{kill-all-local-variables}. | ||
| 374 | 375 | ||
| 375 | @example | 376 | @example |
| 376 | @group | 377 | @group |
| @@ -389,14 +390,14 @@ Emacs. | |||
| 389 | @defvar buffer-file-truename | 390 | @defvar buffer-file-truename |
| 390 | This buffer-local variable holds the truename of the file visited in the | 391 | This buffer-local variable holds the truename of the file visited in the |
| 391 | current buffer, or @code{nil} if no file is visited. It is a permanent | 392 | current buffer, or @code{nil} if no file is visited. It is a permanent |
| 392 | local, unaffected by @code{kill-local-variables}. @xref{Truenames}. | 393 | local, unaffected by @code{kill-all-local-variables}. @xref{Truenames}. |
| 393 | @end defvar | 394 | @end defvar |
| 394 | 395 | ||
| 395 | @defvar buffer-file-number | 396 | @defvar buffer-file-number |
| 396 | This buffer-local variable holds the file number and directory device | 397 | This buffer-local variable holds the file number and directory device |
| 397 | number of the file visited in the current buffer, or @code{nil} if no | 398 | number of the file visited in the current buffer, or @code{nil} if no |
| 398 | file or a nonexistent file is visited. It is a permanent local, | 399 | file or a nonexistent file is visited. It is a permanent local, |
| 399 | unaffected by @code{kill-local-variables}. | 400 | unaffected by @code{kill-all-local-variables}. |
| 400 | 401 | ||
| 401 | The value is normally a list of the form @code{(@var{filenum} | 402 | The value is normally a list of the form @code{(@var{filenum} |
| 402 | @var{devnum})}. This pair of numbers uniquely identifies the file among | 403 | @var{devnum})}. This pair of numbers uniquely identifies the file among |