aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1995-05-15 23:24:45 +0000
committerRichard M. Stallman1995-05-15 23:24:45 +0000
commitb1c03e6462d157036121cbac34f8671559fb87d0 (patch)
tree478946440ae6e740f97cf85901d471fb35667853 /src
parente82f5d65d00161871f0803d63b5d3e09e5494382 (diff)
downloademacs-b1c03e6462d157036121cbac34f8671559fb87d0.tar.gz
emacs-b1c03e6462d157036121cbac34f8671559fb87d0.zip
(syms_of_buffer): Doc fix.
Diffstat (limited to 'src')
-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.");
3359 DEFVAR_PER_BUFFER ("buffer-file-truename", &current_buffer->file_truename, 3359 DEFVAR_PER_BUFFER ("buffer-file-truename", &current_buffer->file_truename,
3360 make_number (Lisp_String), 3360 make_number (Lisp_String),
3361 "Truename of file visited in current buffer, or nil if not visiting a file.\n\ 3361 "Truename of file visited in current buffer, or nil if not visiting a file.\n\
3362The truename of a file is calculated by `file-truename'.\n\ 3362The truename of a file is calculated by `file-truename'\n\
3363and then abbreviated with `abbreviate-file-name'.\n\
3363Each buffer has its own value of this variable."); 3364Each buffer has its own value of this variable.");
3364 3365
3365 DEFVAR_PER_BUFFER ("buffer-auto-save-file-name", 3366 DEFVAR_PER_BUFFER ("buffer-auto-save-file-name",