aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2001-03-04 07:07:55 +0000
committerRichard M. Stallman2001-03-04 07:07:55 +0000
commit6aa73dc4fe035103a48d7763b0a1c5f404b88884 (patch)
tree3d7ec9568a71e5cb734bff8dfe8ae7933b9ad262
parent304724c2ad040a95cb75480918e690a3284a737b (diff)
downloademacs-6aa73dc4fe035103a48d7763b0a1c5f404b88884.tar.gz
emacs-6aa73dc4fe035103a48d7763b0a1c5f404b88884.zip
Fix case convention for mouse click.
-rw-r--r--man/ada-mode.texi2
-rw-r--r--man/reftex.texi28
2 files changed, 15 insertions, 15 deletions
diff --git a/man/ada-mode.texi b/man/ada-mode.texi
index d877776296e..05a1f2b84a3 100644
--- a/man/ada-mode.texi
+++ b/man/ada-mode.texi
@@ -604,7 +604,7 @@ declaration. This function is accessible through the 'Ada' menu when
604editing a Ada file, or simply through the following key binding : 604editing a Ada file, or simply through the following key binding :
605 605
606@table @kbd 606@table @kbd
607@item C-S-mouse-3 607@item C-S-Mouse-3
608display index menu 608display index menu
609@end table 609@end table
610 610
diff --git a/man/reftex.texi b/man/reftex.texi
index 903eefd39f9..c00c56e10d2 100644
--- a/man/reftex.texi
+++ b/man/reftex.texi
@@ -513,7 +513,7 @@ Go to the location and hide the @file{*toc*} buffer. This will restore
513the window configuration before @code{reftex-toc} (@kbd{C-c =}) was 513the window configuration before @code{reftex-toc} (@kbd{C-c =}) was
514called.@refill 514called.@refill
515 515
516@item mouse-2 516@item Mouse-2
517@vindex reftex-highlight-selection 517@vindex reftex-highlight-selection
518Clicking with mouse button 2 on a line has the same effect as @key{RET}. 518Clicking with mouse button 2 on a line has the same effect as @key{RET}.
519See also variable @code{reftex-highlight-selection}, @ref{Options 519See also variable @code{reftex-highlight-selection}, @ref{Options
@@ -827,7 +827,7 @@ Insert a reference to the label at point into the buffer from which the
827selection process was started. When entries have been marked, @key{RET} 827selection process was started. When entries have been marked, @key{RET}
828references all marked labels.@refill 828references all marked labels.@refill
829 829
830@item mouse-2 830@item Mouse-2
831@vindex reftex-highlight-selection 831@vindex reftex-highlight-selection
832Clicking with mouse button 2 on a label will accept it like @key{RET} 832Clicking with mouse button 2 on a label will accept it like @key{RET}
833would. See also variable @code{reftex-highlight-selection}, @ref{Options 833would. See also variable @code{reftex-highlight-selection}, @ref{Options
@@ -1498,7 +1498,7 @@ the entries described above:
1498@cindex Displaying cross-references 1498@cindex Displaying cross-references
1499@cindex Viewing cross-references 1499@cindex Viewing cross-references
1500@kindex C-c & 1500@kindex C-c &
1501@kindex S-mouse-2 1501@kindex S-Mouse-2
1502 1502
1503When point is idle on the argument of a @code{\ref} macro, the echo area 1503When point is idle on the argument of a @code{\ref} macro, the echo area
1504will display some information about the label referenced there. Note 1504will display some information about the label referenced there. Note
@@ -1677,7 +1677,7 @@ entries, follow mode can be rather slow.@refill
1677Insert a citation referencing the article at point into the buffer from 1677Insert a citation referencing the article at point into the buffer from
1678which the selection process was started.@refill 1678which the selection process was started.@refill
1679 1679
1680@item mouse-2 1680@item Mouse-2
1681@vindex reftex-highlight-selection 1681@vindex reftex-highlight-selection
1682Clicking with mouse button 2 on a citation will accept it like @key{RET} 1682Clicking with mouse button 2 on a citation will accept it like @key{RET}
1683would. See also variable @code{reftex-highlight-selection}, @ref{Options 1683would. See also variable @code{reftex-highlight-selection}, @ref{Options
@@ -1793,7 +1793,7 @@ files correctly.@refill
1793@cindex Citation info 1793@cindex Citation info
1794@cindex Viewing citations 1794@cindex Viewing citations
1795@kindex C-c & 1795@kindex C-c &
1796@kindex S-mouse-2 1796@kindex S-Mouse-2
1797@findex reftex-view-crossref 1797@findex reftex-view-crossref
1798@findex reftex-mouse-view-crossref 1798@findex reftex-mouse-view-crossref
1799 1799
@@ -2474,7 +2474,7 @@ The index tag is "idx".@refill
2474@findex reftex-view-crossref 2474@findex reftex-view-crossref
2475@findex reftex-mouse-view-crossref 2475@findex reftex-mouse-view-crossref
2476@kindex C-c & 2476@kindex C-c &
2477@kindex S-mouse-2 2477@kindex S-Mouse-2
2478 2478
2479@b{Ref@TeX{}} can display cross--referencing information. This means, 2479@b{Ref@TeX{}} can display cross--referencing information. This means,
2480if two document locations are linked, @b{Ref@TeX{}} can display the 2480if two document locations are linked, @b{Ref@TeX{}} can display the
@@ -2486,7 +2486,7 @@ database entry.@refill
2486The feature is invoked by pressing @kbd{C-c &} 2486The feature is invoked by pressing @kbd{C-c &}
2487(@code{reftex-view-crossref}) while point is on the @var{key} argument 2487(@code{reftex-view-crossref}) while point is on the @var{key} argument
2488of a macro involved in cross--referencing. You can also click with 2488of a macro involved in cross--referencing. You can also click with
2489@kbd{S-mouse-2} on the macro argument. Here is what will happen for 2489@kbd{S-Mouse-2} on the macro argument. Here is what will happen for
2490individual classes of macros:@refill 2490individual classes of macros:@refill
2491 2491
2492@table @asis 2492@table @asis
@@ -2571,7 +2571,7 @@ Here is a summary of the available keybindings.
2571@kindex C-c ) 2571@kindex C-c )
2572@kindex C-c [ 2572@kindex C-c [
2573@kindex C-c & 2573@kindex C-c &
2574@kindex S-mouse-2 2574@kindex S-Mouse-2
2575@kindex C-c / 2575@kindex C-c /
2576@kindex C-c \ 2576@kindex C-c \
2577@kindex C-c | 2577@kindex C-c |
@@ -2583,7 +2583,7 @@ Here is a summary of the available keybindings.
2583@kbd{C-c )} @code{reftex-reference} 2583@kbd{C-c )} @code{reftex-reference}
2584@kbd{C-c [} @code{reftex-citation} 2584@kbd{C-c [} @code{reftex-citation}
2585@kbd{C-c &} @code{reftex-view-crossref} 2585@kbd{C-c &} @code{reftex-view-crossref}
2586@kbd{S-mouse-2} @code{reftex-mouse-view-crossref} 2586@kbd{S-Mouse-2} @code{reftex-mouse-view-crossref}
2587@kbd{C-c /} @code{reftex-index-selection-or-word} 2587@kbd{C-c /} @code{reftex-index-selection-or-word}
2588@kbd{C-c \} @code{reftex-index-phrase-selection-or-word} 2588@kbd{C-c \} @code{reftex-index-phrase-selection-or-word}
2589@kbd{C-c |} @code{reftex-index-visit-phrases-buffer} 2589@kbd{C-c |} @code{reftex-index-visit-phrases-buffer}
@@ -2591,9 +2591,9 @@ Here is a summary of the available keybindings.
2591@kbd{C-c >} @code{reftex-display-index} 2591@kbd{C-c >} @code{reftex-display-index}
2592@end example 2592@end example
2593 2593
2594Note that the @kbd{S-mouse-2} binding is only provided if this key is 2594Note that the @kbd{S-Mouse-2} binding is only provided if this key is
2595not already used by some other package. @b{Ref@TeX{}} will not override an 2595not already used by some other package. @b{Ref@TeX{}} will not override an
2596existing binding to @kbd{S-mouse-2}.@refill 2596existing binding to @kbd{S-Mouse-2}.@refill
2597 2597
2598Personally, I also bind some functions in the users @kbd{C-c} map for 2598Personally, I also bind some functions in the users @kbd{C-c} map for
2599easier access.@refill 2599easier access.@refill
@@ -3168,7 +3168,7 @@ is a style file @file{foils.el} that will inform @b{Ref@TeX{}} about these:
3168Once you have written a document with labels, references and citations, 3168Once you have written a document with labels, references and citations,
3169it can be nice to read it like a hypertext document. @b{Ref@TeX{}} has 3169it can be nice to read it like a hypertext document. @b{Ref@TeX{}} has
3170support for that: @code{reftex-view-crossref} (bound to @kbd{C-c 3170support for that: @code{reftex-view-crossref} (bound to @kbd{C-c
3171&}), @code{reftex-mouse-view-crossref} (bound to @kbd{S-mouse-2}), and 3171&}), @code{reftex-mouse-view-crossref} (bound to @kbd{S-Mouse-2}), and
3172@code{reftex-search-document}. A somewhat fancier interface with mouse 3172@code{reftex-search-document}. A somewhat fancier interface with mouse
3173highlighting is provided (among other things) by Peter S. Galbraith's 3173highlighting is provided (among other things) by Peter S. Galbraith's
3174@file{bib-cite.el}. There is some overlap in the functionalities of 3174@file{bib-cite.el}. There is some overlap in the functionalities of
@@ -5123,7 +5123,7 @@ switch buffers at will, use the mouse etc.@refill
5123@item 5123@item
5124New option @code{reftex-highlight-selection}. 5124New option @code{reftex-highlight-selection}.
5125@item 5125@item
5126@kbd{mouse-2} can be used to select in selection and @file{*toc*} 5126@kbd{Mouse-2} can be used to select in selection and @file{*toc*}
5127buffers.@refill 5127buffers.@refill
5128@item 5128@item
5129Fixed some problems regarding the interaction with VIPER mode. 5129Fixed some problems regarding the interaction with VIPER mode.
@@ -5152,7 +5152,7 @@ customization group @code{reftex-fontification-configurations}.@refill
5152Fixed bug with empty context strings. 5152Fixed bug with empty context strings.
5153@item 5153@item
5154@code{reftex-mouse-view-crossref} is now bound by default at 5154@code{reftex-mouse-view-crossref} is now bound by default at
5155@kbd{S-mouse-2}.@refill 5155@kbd{S-Mouse-2}.@refill
5156@end itemize 5156@end itemize
5157 5157
5158@noindent @b{Version 3.23} 5158@noindent @b{Version 3.23}