diff options
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index 8ab1af01f31..cd10bb35794 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -1767,7 +1767,8 @@ switch_to_buffer_1 (buffer, norecord) | |||
| 1767 | return buf; | 1767 | return buf; |
| 1768 | } | 1768 | } |
| 1769 | 1769 | ||
| 1770 | DEFUN ("switch-to-buffer", Fswitch_to_buffer, Sswitch_to_buffer, 1, 2, "BSwitch to buffer: ", | 1770 | DEFUN ("switch-to-buffer", Fswitch_to_buffer, Sswitch_to_buffer, 1, 2, |
| 1771 | "(list (read-buffer-to-switch \"Switch to buffer: \"))", | ||
| 1771 | doc: /* Select buffer BUFFER in the current window. | 1772 | doc: /* Select buffer BUFFER in the current window. |
| 1772 | If BUFFER does not identify an existing buffer, | 1773 | If BUFFER does not identify an existing buffer, |
| 1773 | then this function creates a buffer with that name. | 1774 | then this function creates a buffer with that name. |