aboutsummaryrefslogtreecommitdiffstats
path: root/man/frames.texi
diff options
context:
space:
mode:
authorRichard M. Stallman2001-02-19 04:15:26 +0000
committerRichard M. Stallman2001-02-19 04:15:26 +0000
commit2684ed46588492f68cb064e2d05922889de7fdbc (patch)
tree25e76b865cafc2c674cfd0633c5ab24ca97eecad /man/frames.texi
parent0efda3ff4e5f46df3062f00d570f678b00cf351f (diff)
downloademacs-2684ed46588492f68cb064e2d05922889de7fdbc.tar.gz
emacs-2684ed46588492f68cb064e2d05922889de7fdbc.zip
Change in quoting.
Diffstat (limited to 'man/frames.texi')
-rw-r--r--man/frames.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/man/frames.texi b/man/frames.texi
index 82309cd111a..af1db741a1f 100644
--- a/man/frames.texi
+++ b/man/frames.texi
@@ -63,7 +63,7 @@ whether the terminal has this capability.
63* Highlight Changes:: Using colors to show where you changed the buffer. 63* Highlight Changes:: Using colors to show where you changed the buffer.
64* Highlight Interactively:: Tell Emacs what text to highlight. 64* Highlight Interactively:: Tell Emacs what text to highlight.
65* Trailing Whitespace:: Showing possibly-spurious trailing whitespace. 65* Trailing Whitespace:: Showing possibly-spurious trailing whitespace.
66* Tooltips:: Showing `tooltips', AKA `ballon help' for active text. 66* Tooltips:: Showing "tooltips", AKA "ballon help" for active text.
67* Mouse Avoidance:: Moving the mouse pointer out of the way. 67* Mouse Avoidance:: Moving the mouse pointer out of the way.
68* Non-Window Terminals:: Multiple frames on terminals that show only one. 68* Non-Window Terminals:: Multiple frames on terminals that show only one.
69* XTerm Mouse:: Using the mouse in an XTerm terminal emulator. 69* XTerm Mouse:: Using the mouse in an XTerm terminal emulator.
@@ -753,7 +753,7 @@ setting of Scroll Bar mode similarly. @xref{Resources X}.
753 753
754@cindex mouse wheel 754@cindex mouse wheel
755@findex mouse-wheel-install 755@findex mouse-wheel-install
756 Some mice have a `wheel' instead of a third button. You can usually 756 Some mice have a ``wheel'' instead of a third button. You can usually
757click the wheel to act as @kbd{Mouse-3}. You can also use the wheel to 757click the wheel to act as @kbd{Mouse-3}. You can also use the wheel to
758scroll windows instead of using the scroll bar or keyboard commands. 758scroll windows instead of using the scroll bar or keyboard commands.
759Use @kbd{M-x mouse-wheel-install} to set up the wheel for scrolling or put 759Use @kbd{M-x mouse-wheel-install} to set up the wheel for scrolling or put
@@ -1191,7 +1191,7 @@ for all new buffers.
1191 Tooltips are small X windows displaying a help string at the current 1191 Tooltips are small X windows displaying a help string at the current
1192mouse position, typically over text---including the mode line---which 1192mouse position, typically over text---including the mode line---which
1193can be activated with the mouse or other keys. (This facility is 1193can be activated with the mouse or other keys. (This facility is
1194sometimes known as `balloon help'.) Help text may be available for 1194sometimes known as @dfn{balloon help}.) Help text may be available for
1195menu items too. 1195menu items too.
1196 1196
1197@findex tooltip-mode 1197@findex tooltip-mode