diff options
| author | Paul Eggert | 2012-10-21 00:23:34 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-10-21 00:23:34 -0700 |
| commit | 791ef5f8ea3810d934f44a4dab828767c7db4acd (patch) | |
| tree | c7b69335d23a625e2df9f14de0872c05ce05fe15 /lisp | |
| parent | ad483434e52196daa45b87cd6e1528c9ba0bdeb8 (diff) | |
| download | emacs-791ef5f8ea3810d934f44a4dab828767c7db4acd.tar.gz emacs-791ef5f8ea3810d934f44a4dab828767c7db4acd.zip | |
Spelling fixes.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/window.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/window.el b/lisp/window.el index a17e0adcdfe..fa7b08375ce 100644 --- a/lisp/window.el +++ b/lisp/window.el | |||
| @@ -5828,7 +5828,7 @@ buffer with the name BUFFER-OR-NAME and return that buffer." | |||
| 5828 | "If non-nil, `switch-to-buffer' tries to preserve `window-point'. | 5828 | "If non-nil, `switch-to-buffer' tries to preserve `window-point'. |
| 5829 | If this is nil, `switch-to-buffer' displays the buffer at that | 5829 | If this is nil, `switch-to-buffer' displays the buffer at that |
| 5830 | buffer's `point'. If this is `already-displayed', it tries to | 5830 | buffer's `point'. If this is `already-displayed', it tries to |
| 5831 | display the buffer at its pevious position in the selected | 5831 | display the buffer at its previous position in the selected |
| 5832 | window, provided the buffer is currently displayed in some other | 5832 | window, provided the buffer is currently displayed in some other |
| 5833 | window on any visible or iconified frame. If this is t, it | 5833 | window on any visible or iconified frame. If this is t, it |
| 5834 | unconditionally tries to display the buffer at its previous | 5834 | unconditionally tries to display the buffer at its previous |