aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorRichard M. Stallman1998-05-22 20:09:01 +0000
committerRichard M. Stallman1998-05-22 20:09:01 +0000
commit97c3c30c780b95d57f0f07636a8e49b1846f71a4 (patch)
tree3e4346e22c720cf226f4ac346998d55e339387be /src/buffer.c
parentdbe7f1eff4aeb2a90e46fc30ce07d91f4e11c7fe (diff)
downloademacs-97c3c30c780b95d57f0f07636a8e49b1846f71a4.tar.gz
emacs-97c3c30c780b95d57f0f07636a8e49b1846f71a4.zip
(Fother_buffer): Doc fix.
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c2
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\
895Buffers not visible in windows are preferred to visible buffers,\n\ 895Buffers not visible in windows are preferred to visible buffers,\n\
896unless optional second argument VISIBLE-OK is non-nil.\n\ 896unless optional second argument VISIBLE-OK is non-nil.\n\
897If the optional third argument FRAME is non-nil, use that frame's\n\
898buffer list instead of the selected frame's buffer list.\n\
897If no other buffer exists, the buffer `*scratch*' is returned.\n\ 899If no other buffer exists, the buffer `*scratch*' is returned.\n\
898If BUFFER is omitted or nil, some interesting buffer is returned.") 900If BUFFER is omitted or nil, some interesting buffer is returned.")
899 (buffer, visible_ok, frame) 901 (buffer, visible_ok, frame)