diff options
| author | Karl Heuer | 1994-03-03 17:35:55 +0000 |
|---|---|---|
| committer | Karl Heuer | 1994-03-03 17:35:55 +0000 |
| commit | 92194d02c21a87e433106824d571abadca3e939c (patch) | |
| tree | d3a04e0da39824a3f564840c99349cf63bab0fbd /src/buffer.c | |
| parent | 7d806fcdabceb80ce190230dffb9f553e1251628 (diff) | |
| download | emacs-92194d02c21a87e433106824d571abadca3e939c.tar.gz emacs-92194d02c21a87e433106824d571abadca3e939c.zip | |
(Fget_file_buffer): Doc fix.
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buffer.c b/src/buffer.c index b9f699436f0..15ed613efd0 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -181,6 +181,7 @@ NAME may also be a buffer; if so, the value is that buffer.") | |||
| 181 | 181 | ||
| 182 | DEFUN ("get-file-buffer", Fget_file_buffer, Sget_file_buffer, 1, 1, 0, | 182 | DEFUN ("get-file-buffer", Fget_file_buffer, Sget_file_buffer, 1, 1, 0, |
| 183 | "Return the buffer visiting file FILENAME (a string).\n\ | 183 | "Return the buffer visiting file FILENAME (a string).\n\ |
| 184 | The buffer's `buffer-file-name' must match exactly the expansion of FILENAME.\n\ | ||
| 184 | If there is no such live buffer, return nil.") | 185 | If there is no such live buffer, return nil.") |
| 185 | (filename) | 186 | (filename) |
| 186 | register Lisp_Object filename; | 187 | register Lisp_Object filename; |