From: Richard M. Stallman Date: Tue, 25 Oct 1994 04:46:54 +0000 (+0000) Subject: (buffer-file-truename): Doc fix. X-Git-Tag: emacs-19.34~6172 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5a48c0b6c9565d5599cfaa72a78bc3d48df11f99;p=emacs.git (buffer-file-truename): Doc fix. --- 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.") (defvar buffer-file-truename nil "The abbreviated truename of the file visited in the current buffer. -That is, (abbreviated-file-name (file-truename buffer-file-name)). +That is, (abbreviate-file-name (file-truename buffer-file-name)). This variable is automatically local in all buffers, when non-nil.") (make-variable-buffer-local 'buffer-file-truename) (put 'buffer-file-truename 'permanent-local t)