diff options
| author | Richard M. Stallman | 1998-05-22 20:09:01 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-05-22 20:09:01 +0000 |
| commit | 97c3c30c780b95d57f0f07636a8e49b1846f71a4 (patch) | |
| tree | 3e4346e22c720cf226f4ac346998d55e339387be /src/buffer.c | |
| parent | dbe7f1eff4aeb2a90e46fc30ce07d91f4e11c7fe (diff) | |
| download | emacs-97c3c30c780b95d57f0f07636a8e49b1846f71a4.tar.gz emacs-97c3c30c780b95d57f0f07636a8e49b1846f71a4.zip | |
(Fother_buffer): Doc fix.
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) |