aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorRichard M. Stallman1994-09-24 01:16:19 +0000
committerRichard M. Stallman1994-09-24 01:16:19 +0000
commit11da536332c909dc5400f38647a948bafefaa2c6 (patch)
treeddc6842321e4d0789a54f4e5a743c9b01db94bef /src/buffer.c
parent6242bee463044eeb39ab5bd14c2782d0a2d9b157 (diff)
downloademacs-11da536332c909dc5400f38647a948bafefaa2c6.tar.gz
emacs-11da536332c909dc5400f38647a948bafefaa2c6.zip
(get-file-buffer): Doc fix.
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c3
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.")
180DEFUN ("get-file-buffer", Fget_file_buffer, Sget_file_buffer, 1, 1, 0, 180DEFUN ("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\
182The buffer's `buffer-file-name' must match exactly the expansion of FILENAME.\n\ 182The buffer's `buffer-file-name' must match exactly the expansion of FILENAME.\n\
183If there is no such live buffer, return nil.") 183If there is no such live buffer, return nil.\n\
184See also `find-buffer-visiting'.")
184 (filename) 185 (filename)
185 register Lisp_Object filename; 186 register Lisp_Object filename;
186{ 187{