]> git.eshelyaron.com Git - emacs.git/commitdiff
(get-file-buffer): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Sat, 24 Sep 1994 01:16:19 +0000 (01:16 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 24 Sep 1994 01:16:19 +0000 (01:16 +0000)
src/buffer.c

index 4e00e98363458a9635f74789245bc1b779a7aa2f..926d371a944b434721b157036f14f2e6cecce3fa 100644 (file)
@@ -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;
 {