(syms_of_buffer): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Mon, 15 May 1995 23:24:45 +0000 (23:24 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 15 May 1995 23:24:45 +0000 (23:24 +0000)
src/buffer.c

index 6cf2aea..915a391 100644 (file)
@@ -3359,7 +3359,8 @@ Each buffer has its own value of this variable.");
   DEFVAR_PER_BUFFER ("buffer-file-truename", &current_buffer->file_truename,
                     make_number (Lisp_String),
     "Truename of file visited in current buffer, or nil if not visiting a file.\n\
-The truename of a file is calculated by `file-truename'.\n\
+The truename of a file is calculated by `file-truename'\n\
+and then abbreviated with `abbreviate-file-name'.\n\
 Each buffer has its own value of this variable.");
 
   DEFVAR_PER_BUFFER ("buffer-auto-save-file-name",