From 11da536332c909dc5400f38647a948bafefaa2c6 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 24 Sep 1994 01:16:19 +0000 Subject: [PATCH] (get-file-buffer): Doc fix. --- src/buffer.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.") DEFUN ("get-file-buffer", Fget_file_buffer, Sget_file_buffer, 1, 1, 0, "Return the buffer visiting file FILENAME (a string).\n\ The buffer's `buffer-file-name' must match exactly the expansion of FILENAME.\n\ -If there is no such live buffer, return nil.") +If there is no such live buffer, return nil.\n\ +See also `find-buffer-visiting'.") (filename) register Lisp_Object filename; { -- 2.39.5