mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 15:56:35 -04:00
; * src/buffer.c (Fbuffer_file_name): Doc fix (bug#81340).
This commit is contained in:
parent
69463bfc0c
commit
521c6263fa
|
|
@ -1318,7 +1318,7 @@ immediately before it was killed. */)
|
|||
}
|
||||
|
||||
DEFUN ("buffer-file-name", Fbuffer_file_name, Sbuffer_file_name, 0, 1, 0,
|
||||
doc: /* Return name of file BUFFER is visiting, or nil if none.
|
||||
doc: /* Return absolute name of file BUFFER is visiting, or nil if none.
|
||||
No argument or nil as argument means use the current buffer. */)
|
||||
(register Lisp_Object buffer)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue