diff options
author | Chong Yidong <cyd@gnu.org> | 2011-11-21 14:16:49 +0800 |
---|---|---|
committer | Chong Yidong <cyd@gnu.org> | 2011-11-21 14:16:49 +0800 |
commit | 0cbaa1d539551c0d32149911abafda042fcd6bb2 (patch) | |
tree | 7ab9308482c98538fa912770be57184b61d82c42 /doc/emacs/windows.texi | |
parent | a9b9b7f5b1513a3c1d473f07317adf8c5e257bb3 (diff) | |
download | emacs-0cbaa1d539551c0d32149911abafda042fcd6bb2.tar.gz |
* doc/emacs/mark.texi (Global Mark Ring): Fix global mark ring description.
Fixes: debbugs:10032
Diffstat (limited to 'doc/emacs/windows.texi')
-rw-r--r-- | doc/emacs/windows.texi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/emacs/windows.texi b/doc/emacs/windows.texi index ad2040c9047..c44b67454a2 100644 --- a/doc/emacs/windows.texi +++ b/doc/emacs/windows.texi @@ -34,11 +34,11 @@ has its own value of point. @cindex selected window At any time, one Emacs window is the @dfn{selected window}; the -buffer this window is displaying is the current buffer. Each window -has its own value of point. On graphical displays, the point is -indicated by a solid blinking cursor in the selected window, and by a -hollow box in non-selected windows. On text-only terminals, the -cursor is drawn only in the selected window. @xref{Cursor Display}. +buffer this window is displaying is the current buffer. On graphical +displays, the point is indicated by a solid blinking cursor in the +selected window, and by a hollow box in non-selected windows. On +text-only terminals, the cursor is drawn only in the selected window. +@xref{Cursor Display}. Commands to move point affect the value of point for the selected Emacs window only. They do not change the value of point in other |