diff options
| author | Chong Yidong | 2011-09-24 18:51:36 -0400 |
|---|---|---|
| committer | Chong Yidong | 2011-09-24 18:51:36 -0400 |
| commit | 94e0933e1f0465f5f9a2e9d92e828a1380296bd0 (patch) | |
| tree | c5f32e035848010d5c3d4b39422e0cb9c17fce39 /lisp | |
| parent | 0e406a72ede9743069440dd605abd5fbf12d92c5 (diff) | |
| download | emacs-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.el | 6 |
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 | |||
| 4937 | one. | 4937 | one. |
| 4938 | 4938 | ||
| 4939 | If FORCE-SAME-WINDOW is non-nil, BUFFER-OR-NAME must be displayed | 4939 | If FORCE-SAME-WINDOW is non-nil, BUFFER-OR-NAME must be displayed |
| 4940 | in the currently selected window; signal an error if that is | 4940 | in the selected window; signal an error if that is |
| 4941 | impossible (e.g. if the selected window is minibuffer-only). | 4941 | impossible (e.g. if the selected window is minibuffer-only). If |
| 4942 | If non-nil, BUFFER-OR-NAME may be displayed in another window. | 4942 | non-nil, BUFFER-OR-NAME may be displayed in another window. |
| 4943 | 4943 | ||
| 4944 | Return the buffer switched to." | 4944 | Return the buffer switched to." |
| 4945 | (interactive | 4945 | (interactive |