aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2012-05-06 12:28:58 +0800
committerChong Yidong2012-05-06 12:28:58 +0800
commited39e4e24d031db7e994e743c1dc4d055aa8f8de (patch)
treef1b1ec3d4cbe08a64a625c72d6db098dfd904222
parent25f292cd48febec5f9b133db922b3b0dc32185c3 (diff)
downloademacs-ed39e4e24d031db7e994e743c1dc4d055aa8f8de.tar.gz
emacs-ed39e4e24d031db7e994e743c1dc4d055aa8f8de.zip
* frames.texi (Mouse References, Mouse Commands): Fix index entries.
Fixes: debbugs:11362
-rw-r--r--doc/emacs/ChangeLog5
-rw-r--r--doc/emacs/frames.texi6
2 files changed, 9 insertions, 2 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index 8403ccac9ee..ea618b0b5a6 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,8 @@
12012-05-06 Chong Yidong <cyd@gnu.org>
2
3 * frames.texi (Mouse References, Mouse Commands): Fix index
4 entries (Bug#11362).
5
12012-05-03 Glenn Morris <rgm@gnu.org> 62012-05-03 Glenn Morris <rgm@gnu.org>
2 7
3 * custom.texi (Customization Groups, Custom Themes, Examining): 8 * custom.texi (Customization Groups, Custom Themes, Examining):
diff --git a/doc/emacs/frames.texi b/doc/emacs/frames.texi
index 80a12afeb1b..ee468e6f685 100644
--- a/doc/emacs/frames.texi
+++ b/doc/emacs/frames.texi
@@ -67,6 +67,7 @@ for doing so on MS-DOS).
67@node Mouse Commands 67@node Mouse Commands
68@section Mouse Commands for Editing 68@section Mouse Commands for Editing
69@cindex mouse buttons (what they do) 69@cindex mouse buttons (what they do)
70@cindex mouse, selecting text using
70 71
71@kindex Mouse-1 72@kindex Mouse-1
72@kindex Mouse-2 73@kindex Mouse-2
@@ -106,6 +107,7 @@ setting the variable @code{x-mouse-click-focus-ignore-position} to
106selects the frame, without doing anything else; clicking again selects 107selects the frame, without doing anything else; clicking again selects
107the window and sets the cursor position. 108the window and sets the cursor position.
108 109
110@cindex mouse, dragging
109@findex mouse-set-region 111@findex mouse-set-region
110 Holding down @kbd{Mouse-1} and ``dragging'' the mouse over a stretch 112 Holding down @kbd{Mouse-1} and ``dragging'' the mouse over a stretch
111of text activates the region around that text 113of text activates the region around that text
@@ -235,8 +237,8 @@ Select the text you drag across, in the form of whole lines.
235 237
236@node Mouse References 238@node Mouse References
237@section Following References with the Mouse 239@section Following References with the Mouse
238@kindex Mouse-1 @r{(selection)} 240@kindex Mouse-1 @r{(on buttons)}
239@kindex Mouse-2 @r{(selection)} 241@kindex Mouse-2 @r{(on buttons)}
240@cindex hyperlinks 242@cindex hyperlinks
241@cindex links 243@cindex links
242@cindex text buttons 244@cindex text buttons