aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorChong Yidong2011-09-24 18:51:36 -0400
committerChong Yidong2011-09-24 18:51:36 -0400
commit94e0933e1f0465f5f9a2e9d92e828a1380296bd0 (patch)
treec5f32e035848010d5c3d4b39422e0cb9c17fce39 /lisp
parent0e406a72ede9743069440dd605abd5fbf12d92c5 (diff)
downloademacs-94e0933e1f0465f5f9a2e9d92e828a1380296bd0.tar.gz
emacs-94e0933e1f0465f5f9a2e9d92e828a1380296bd0.zip
Minor doc fixes for some window functions.
Minor doc fixes for switch-to-buffer, window-prev-buffers, set-window-prev-buffers, set-window-next-buffers.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/window.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/window.el b/lisp/window.el
index 8a72c28f894..512eebcc663 100644
--- a/lisp/window.el
+++ b/lisp/window.el
@@ -4937,9 +4937,9 @@ do not make the window displaying it the most recently selected
4937one. 4937one.
4938 4938
4939If FORCE-SAME-WINDOW is non-nil, BUFFER-OR-NAME must be displayed 4939If FORCE-SAME-WINDOW is non-nil, BUFFER-OR-NAME must be displayed
4940in the currently selected window; signal an error if that is 4940in the selected window; signal an error if that is
4941impossible (e.g. if the selected window is minibuffer-only). 4941impossible (e.g. if the selected window is minibuffer-only). If
4942If non-nil, BUFFER-OR-NAME may be displayed in another window. 4942non-nil, BUFFER-OR-NAME may be displayed in another window.
4943 4943
4944Return the buffer switched to." 4944Return the buffer switched to."
4945 (interactive 4945 (interactive