Mercurial > emacs
changeset 6168:17abb6c60749
(buffer-file-truename): Doc fix.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Thu, 03 Mar 1994 17:28:52 +0000 |
parents | 1ad8f8ccdc2b |
children | 16fdee72722b |
files | lisp/files.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/files.el Thu Mar 03 16:27:06 1994 +0000 +++ b/lisp/files.el Thu Mar 03 17:28:52 1994 +0000 @@ -114,7 +114,8 @@ both at the file level and at the levels of the containing directories.") (defvar buffer-file-truename nil - "The truename of the file visited in the current buffer. + "The abbreviated truename of the file visited in the current buffer. +That is, (abbreviated-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)