diff options
| author | Richard M. Stallman | 1994-09-24 01:16:19 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-09-24 01:16:19 +0000 |
| commit | 11da536332c909dc5400f38647a948bafefaa2c6 (patch) | |
| tree | ddc6842321e4d0789a54f4e5a743c9b01db94bef /src/buffer.c | |
| parent | 6242bee463044eeb39ab5bd14c2782d0a2d9b157 (diff) | |
| download | emacs-11da536332c909dc5400f38647a948bafefaa2c6.tar.gz emacs-11da536332c909dc5400f38647a948bafefaa2c6.zip | |
(get-file-buffer): Doc fix.
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index 4e00e983634..926d371a944 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -180,7 +180,8 @@ NAME may also be a buffer; if so, the value is that buffer.") | |||
| 180 | DEFUN ("get-file-buffer", Fget_file_buffer, Sget_file_buffer, 1, 1, 0, | 180 | DEFUN ("get-file-buffer", Fget_file_buffer, Sget_file_buffer, 1, 1, 0, |
| 181 | "Return the buffer visiting file FILENAME (a string).\n\ | 181 | "Return the buffer visiting file FILENAME (a string).\n\ |
| 182 | The buffer's `buffer-file-name' must match exactly the expansion of FILENAME.\n\ | 182 | The buffer's `buffer-file-name' must match exactly the expansion of FILENAME.\n\ |
| 183 | If there is no such live buffer, return nil.") | 183 | If there is no such live buffer, return nil.\n\ |
| 184 | See also `find-buffer-visiting'.") | ||
| 184 | (filename) | 185 | (filename) |
| 185 | register Lisp_Object filename; | 186 | register Lisp_Object filename; |
| 186 | { | 187 | { |