comparison lisp/files.el @ 9683:224c0f70cc1b

(buffer-file-truename): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Tue, 25 Oct 1994 04:46:54 +0000
parents 13106af26190
children 2fbc8ef9ff44
comparison
equal deleted inserted replaced
9682:976ef7da7753 9683:224c0f70cc1b
113 The truename of a file is found by chasing all links 113 The truename of a file is found by chasing all links
114 both at the file level and at the levels of the containing directories.") 114 both at the file level and at the levels of the containing directories.")
115 115
116 (defvar buffer-file-truename nil 116 (defvar buffer-file-truename nil
117 "The abbreviated truename of the file visited in the current buffer. 117 "The abbreviated truename of the file visited in the current buffer.
118 That is, (abbreviated-file-name (file-truename buffer-file-name)). 118 That is, (abbreviate-file-name (file-truename buffer-file-name)).
119 This variable is automatically local in all buffers, when non-nil.") 119 This variable is automatically local in all buffers, when non-nil.")
120 (make-variable-buffer-local 'buffer-file-truename) 120 (make-variable-buffer-local 'buffer-file-truename)
121 (put 'buffer-file-truename 'permanent-local t) 121 (put 'buffer-file-truename 'permanent-local t)
122 122
123 (defvar buffer-file-number nil 123 (defvar buffer-file-number nil