diff options
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/buffer.c b/src/buffer.c index 73e9839f883..d08ea44d797 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -537,8 +537,8 @@ See also `find-buffer-visiting'. */) | |||
| 537 | } | 537 | } |
| 538 | 538 | ||
| 539 | DEFUN ("find-buffer", Ffind_buffer, Sfind_buffer, 2, 2, 0, | 539 | DEFUN ("find-buffer", Ffind_buffer, Sfind_buffer, 2, 2, 0, |
| 540 | doc: /* Return the buffer with buffer-local VARIABLE equal to VALUE. | 540 | doc: /* Return the buffer with buffer-local VARIABLE `equal' to VALUE. |
| 541 | If there is no such live buffer, return nil. | 541 | If there is no such live buffer, return nil. |
| 542 | See also `find-buffer-visiting'. */) | 542 | See also `find-buffer-visiting'. */) |
| 543 | (Lisp_Object variable, Lisp_Object value) | 543 | (Lisp_Object variable, Lisp_Object value) |
| 544 | { | 544 | { |