diff lispref/buffers.texi @ 25950:7996385fc601

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sat, 09 Oct 1999 18:07:32 +0000
parents 467b88fab665
children 62de8a433d0e
line wrap: on
line diff
--- a/lispref/buffers.texi	Sat Oct 09 01:22:21 1999 +0000
+++ b/lispref/buffers.texi	Sat Oct 09 18:07:32 1999 +0000
@@ -370,7 +370,8 @@
 @defvar buffer-file-name
 This buffer-local variable contains the name of the file being visited
 in the current buffer, or @code{nil} if it is not visiting a file.  It
-is a permanent local variable, unaffected by @code{kill-local-variables}.
+is a permanent local variable, unaffected by
+@code{kill-all-local-variables}.
 
 @example
 @group
@@ -389,14 +390,14 @@
 @defvar buffer-file-truename
 This buffer-local variable holds the truename of the file visited in the
 current buffer, or @code{nil} if no file is visited.  It is a permanent
-local, unaffected by @code{kill-local-variables}.  @xref{Truenames}.
+local, unaffected by @code{kill-all-local-variables}.  @xref{Truenames}.
 @end defvar
 
 @defvar buffer-file-number
 This buffer-local variable holds the file number and directory device
 number of the file visited in the current buffer, or @code{nil} if no
 file or a nonexistent file is visited.  It is a permanent local,
-unaffected by @code{kill-local-variables}.
+unaffected by @code{kill-all-local-variables}.
 
 The value is normally a list of the form @code{(@var{filenum}
 @var{devnum})}.  This pair of numbers uniquely identifies the file among