From: Richard M. Stallman Date: Mon, 15 May 1995 23:24:45 +0000 (+0000) Subject: (syms_of_buffer): Doc fix. X-Git-Tag: emacs-19.34~4035 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b1c03e6462d157036121cbac34f8671559fb87d0;p=emacs.git (syms_of_buffer): Doc fix. --- diff --git a/src/buffer.c b/src/buffer.c index 6cf2aea4b9d..915a3919136 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -3359,7 +3359,8 @@ Each buffer has its own value of this variable."); DEFVAR_PER_BUFFER ("buffer-file-truename", ¤t_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",