diff options
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/buffer.c b/src/buffer.c index ddca5e7bc16..8dc2c848ee9 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -894,6 +894,8 @@ DEFUN ("other-buffer", Fother_buffer, Sother_buffer, 0, 3, 0, | |||
| 894 | "Return most recently selected buffer other than BUFFER.\n\ | 894 | "Return most recently selected buffer other than BUFFER.\n\ |
| 895 | Buffers not visible in windows are preferred to visible buffers,\n\ | 895 | Buffers not visible in windows are preferred to visible buffers,\n\ |
| 896 | unless optional second argument VISIBLE-OK is non-nil.\n\ | 896 | unless optional second argument VISIBLE-OK is non-nil.\n\ |
| 897 | If the optional third argument FRAME is non-nil, use that frame's\n\ | ||
| 898 | buffer list instead of the selected frame's buffer list.\n\ | ||
| 897 | If no other buffer exists, the buffer `*scratch*' is returned.\n\ | 899 | If no other buffer exists, the buffer `*scratch*' is returned.\n\ |
| 898 | If BUFFER is omitted or nil, some interesting buffer is returned.") | 900 | If BUFFER is omitted or nil, some interesting buffer is returned.") |
| 899 | (buffer, visible_ok, frame) | 901 | (buffer, visible_ok, frame) |