aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-10-25 04:46:54 +0000
committerRichard M. Stallman1994-10-25 04:46:54 +0000
commit5a48c0b6c9565d5599cfaa72a78bc3d48df11f99 (patch)
treef39502bae10b6fafffc03ce1b113c3910248487c
parent961dda3e4eb5a8310c6c0ac852a9ee922d3ec9ba (diff)
downloademacs-5a48c0b6c9565d5599cfaa72a78bc3d48df11f99.tar.gz
emacs-5a48c0b6c9565d5599cfaa72a78bc3d48df11f99.zip
(buffer-file-truename): Doc fix.
-rw-r--r--lisp/files.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el
index 30472e8a81c..79a3aa7a382 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -115,7 +115,7 @@ 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.
118That is, (abbreviated-file-name (file-truename buffer-file-name)). 118That is, (abbreviate-file-name (file-truename buffer-file-name)).
119This variable is automatically local in all buffers, when non-nil.") 119This 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)