From: Richard M. Stallman Date: Sat, 24 Sep 1994 01:16:19 +0000 (+0000) Subject: (get-file-buffer): Doc fix. X-Git-Tag: emacs-19.34~6807 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=11da536332c909dc5400f38647a948bafefaa2c6;p=emacs.git (get-file-buffer): Doc fix. --- 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; {