Mercurial > emacs
changeset 9683:224c0f70cc1b
(buffer-file-truename): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 25 Oct 1994 04:46:54 +0000 |
parents | 976ef7da7753 |
children | c12e33cc5e0a |
files | lisp/files.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/files.el Tue Oct 25 00:45:21 1994 +0000 +++ b/lisp/files.el Tue Oct 25 04:46:54 1994 +0000 @@ -115,7 +115,7 @@ (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)