]> git.eshelyaron.com Git - emacs.git/commitdiff
(buffer-file-truename): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Tue, 25 Oct 1994 04:46:54 +0000 (04:46 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 25 Oct 1994 04:46:54 +0000 (04:46 +0000)
lisp/files.el

index 30472e8a81c35d5ded19e6ddaec834e2bef51331..79a3aa7a382160f6f8529a8fd33433ebd76ae3ff 100644 (file)
@@ -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)