diff options
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index 5185e6c89f1..61ec736ad1a 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -2204,7 +2204,7 @@ ends when the current command terminates. Use `switch-to-buffer' or | |||
| 2204 | return buffer; | 2204 | return buffer; |
| 2205 | } | 2205 | } |
| 2206 | 2206 | ||
| 2207 | /* Set the current buffer to BUFFER provided it is alive. */ | 2207 | /* Set the current buffer to BUFFER provided if it is alive. */ |
| 2208 | 2208 | ||
| 2209 | Lisp_Object | 2209 | Lisp_Object |
| 2210 | set_buffer_if_live (Lisp_Object buffer) | 2210 | set_buffer_if_live (Lisp_Object buffer) |