(syms_of_buffer): Doc fix.
This commit is contained in:
parent
c0cce923dd
commit
bb4c204e27
1 changed files with 1 additions and 1 deletions
|
@ -3416,7 +3416,7 @@ 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\
|
||||
"Abbreviated truename of file visited in current buffer, or nil if none.\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.");
|
||||
|
|
Loading…
Add table
Reference in a new issue