projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6242bee
)
(get-file-buffer): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 24 Sep 1994 01:16:19 +0000
(
01:16
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 24 Sep 1994 01:16:19 +0000
(
01:16
+0000)
src/buffer.c
patch
|
blob
|
history
diff --git
a/src/buffer.c
b/src/buffer.c
index 4e00e98363458a9635f74789245bc1b779a7aa2f..926d371a944b434721b157036f14f2e6cecce3fa 100644
(file)
--- 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;
{