summaryrefslogtreecommitdiff
path: root/src/buffer.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-05-15 23:24:45 +0000
committerRichard M. Stallman <rms@gnu.org>1995-05-15 23:24:45 +0000
commit81c644d175deb08e6579627f8ce1987f59af85a2 (patch)
tree63b42376f1333590cf763edfa0514cf4b6b8100e /src/buffer.c
parente1097bdcab266524d2f93773ef33421d5d688ec2 (diff)
downloademacs-81c644d175deb08e6579627f8ce1987f59af85a2.tar.gz
(syms_of_buffer): Doc fix.
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c3
1 files changed, 2 insertions, 1 deletions
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", &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",