aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1994-03-03 17:28:52 +0000
committerKarl Heuer1994-03-03 17:28:52 +0000
commit7d806fcdabceb80ce190230dffb9f553e1251628 (patch)
tree817df861b637192015d69dd71511bc2aa63c4323
parentf14dbba77153ebcd65ae0e7023f678031887e92e (diff)
downloademacs-7d806fcdabceb80ce190230dffb9f553e1251628.tar.gz
emacs-7d806fcdabceb80ce190230dffb9f553e1251628.zip
(buffer-file-truename): Doc fix.
-rw-r--r--lisp/files.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el
index 1ca1369d250..831cb6d27d7 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -114,7 +114,8 @@ The truename of a file is found by chasing all links
114both at the file level and at the levels of the containing directories.") 114both 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 truename of the file visited in the current buffer. 117 "The abbreviated truename of the file visited in the current buffer.
118That is, (abbreviated-file-name (file-truename buffer-file-name)).
118This variable is automatically local in all buffers, when non-nil.") 119This variable is automatically local in all buffers, when non-nil.")
119(make-variable-buffer-local 'buffer-file-truename) 120(make-variable-buffer-local 'buffer-file-truename)
120(put 'buffer-file-truename 'permanent-local t) 121(put 'buffer-file-truename 'permanent-local t)