aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
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{