diff options
| author | Richard M. Stallman | 2001-02-19 04:15:26 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-02-19 04:15:26 +0000 |
| commit | 2684ed46588492f68cb064e2d05922889de7fdbc (patch) | |
| tree | 25e76b865cafc2c674cfd0633c5ab24ca97eecad /man/frames.texi | |
| parent | 0efda3ff4e5f46df3062f00d570f678b00cf351f (diff) | |
| download | emacs-2684ed46588492f68cb064e2d05922889de7fdbc.tar.gz emacs-2684ed46588492f68cb064e2d05922889de7fdbc.zip | |
Change in quoting.
Diffstat (limited to 'man/frames.texi')
| -rw-r--r-- | man/frames.texi | 6 |
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 |
| 757 | click the wheel to act as @kbd{Mouse-3}. You can also use the wheel to | 757 | click the wheel to act as @kbd{Mouse-3}. You can also use the wheel to |
| 758 | scroll windows instead of using the scroll bar or keyboard commands. | 758 | scroll windows instead of using the scroll bar or keyboard commands. |
| 759 | Use @kbd{M-x mouse-wheel-install} to set up the wheel for scrolling or put | 759 | Use @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 |
| 1192 | mouse position, typically over text---including the mode line---which | 1192 | mouse position, typically over text---including the mode line---which |
| 1193 | can be activated with the mouse or other keys. (This facility is | 1193 | can be activated with the mouse or other keys. (This facility is |
| 1194 | sometimes known as `balloon help'.) Help text may be available for | 1194 | sometimes known as @dfn{balloon help}.) Help text may be available for |
| 1195 | menu items too. | 1195 | menu items too. |
| 1196 | 1196 | ||
| 1197 | @findex tooltip-mode | 1197 | @findex tooltip-mode |