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 | |
| parent | 0efda3ff4e5f46df3062f00d570f678b00cf351f (diff) | |
| download | emacs-2684ed46588492f68cb064e2d05922889de7fdbc.tar.gz emacs-2684ed46588492f68cb064e2d05922889de7fdbc.zip | |
Change in quoting.
| -rw-r--r-- | man/files.texi | 2 | ||||
| -rw-r--r-- | man/frames.texi | 6 | ||||
| -rw-r--r-- | man/help.texi | 17 | ||||
| -rw-r--r-- | man/misc.texi | 10 | ||||
| -rw-r--r-- | man/mule.texi | 4 | ||||
| -rw-r--r-- | man/programs.texi | 8 | ||||
| -rw-r--r-- | man/rmail.texi | 2 | ||||
| -rw-r--r-- | man/screen.texi | 4 | ||||
| -rw-r--r-- | man/windows.texi | 2 |
9 files changed, 28 insertions, 27 deletions
diff --git a/man/files.texi b/man/files.texi index 53c2386c3c3..125ca6d7438 100644 --- a/man/files.texi +++ b/man/files.texi | |||
| @@ -441,7 +441,7 @@ every time a file is saved or written. The default is @code{nil}. | |||
| 441 | * Interlocking:: How Emacs protects against simultaneous editing | 441 | * Interlocking:: How Emacs protects against simultaneous editing |
| 442 | of one file by two users. | 442 | of one file by two users. |
| 443 | * Shadowing: File Shadowing. | 443 | * Shadowing: File Shadowing. |
| 444 | Copying files to `shadows' automatically. | 444 | Copying files to "shadows" automatically. |
| 445 | * Time Stamps:: Emacs can update time stamps on saved files. | 445 | * Time Stamps:: Emacs can update time stamps on saved files. |
| 446 | @end menu | 446 | @end menu |
| 447 | 447 | ||
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 |
diff --git a/man/help.texi b/man/help.texi index 2c4a0b24ac5..151d285aeb8 100644 --- a/man/help.texi +++ b/man/help.texi | |||
| @@ -110,8 +110,8 @@ mode bindings, major mode bindings, and global bindings | |||
| 110 | (@code{describe-bindings}). | 110 | (@code{describe-bindings}). |
| 111 | @item C-h c @var{key} | 111 | @item C-h c @var{key} |
| 112 | Print the name of the command that @var{key} runs | 112 | Print the name of the command that @var{key} runs |
| 113 | (@code{describe-key-briefly}). Here @kbd{c} stands for `character'. For more | 113 | (@code{describe-key-briefly}). Here @kbd{c} stands for ``character.'' |
| 114 | extensive information on @var{key}, use @kbd{C-h k}. | 114 | For more extensive information on @var{key}, use @kbd{C-h k}. |
| 115 | @item C-h f @var{function} @key{RET} | 115 | @item C-h f @var{function} @key{RET} |
| 116 | Display documentation on the Lisp function named @var{function} | 116 | Display documentation on the Lisp function named @var{function} |
| 117 | (@code{describe-function}). Since commands are Lisp functions, | 117 | (@code{describe-function}). Since commands are Lisp functions, |
| @@ -274,7 +274,7 @@ contain @samp{file}, including @code{copy-file}, @code{find-file}, and | |||
| 274 | so on. With each command name appears a brief description of how to use | 274 | so on. With each command name appears a brief description of how to use |
| 275 | the command, and what keys you can currently invoke it with. For | 275 | the command, and what keys you can currently invoke it with. For |
| 276 | example, it would say that you can invoke @code{find-file} by typing | 276 | example, it would say that you can invoke @code{find-file} by typing |
| 277 | @kbd{C-x C-f}. The @kbd{a} in @kbd{C-h a} stands for `Apropos'; | 277 | @kbd{C-x C-f}. The @kbd{a} in @kbd{C-h a} stands for ``Apropos''; |
| 278 | @kbd{C-h a} runs the command @code{apropos-command}. This command | 278 | @kbd{C-h a} runs the command @code{apropos-command}. This command |
| 279 | normally checks only commands (interactive functions); if you specify a | 279 | normally checks only commands (interactive functions); if you specify a |
| 280 | prefix argument, it checks noninteractive functions as well. | 280 | prefix argument, it checks noninteractive functions as well. |
| @@ -544,8 +544,9 @@ various situations with solutions or workarounds in many cases. | |||
| 544 | 544 | ||
| 545 | @cindex tooltips | 545 | @cindex tooltips |
| 546 | @cindex ballon help | 546 | @cindex ballon help |
| 547 | Often when a region of text is `active' so that you can select it with | 547 | When a region of text is ``active,'' so that you can select it with |
| 548 | the mouse or a key like @kbd{RET}, it has associated help text. Areas | 548 | the mouse or a key like @kbd{RET}, it often has associated help text. |
| 549 | of the mode line are examples. This help will normally be printed in | 549 | Areas of the mode line are examples. This help will normally be |
| 550 | the echo area when you move point into the active text. In a window | 550 | printed in the echo area when you move point into the active text. In |
| 551 | system you can display the help text as `tooltips'. @xref{Tooltips}. | 551 | a window system you can display the help text as a ``tooltip.'' |
| 552 | @xref{Tooltips}. | ||
diff --git a/man/misc.texi b/man/misc.texi index 055511024c0..97105bc7325 100644 --- a/man/misc.texi +++ b/man/misc.texi | |||
| @@ -1564,7 +1564,7 @@ where the sort keys were @samp{Emacs}, @samp{If}, @samp{buffer}, | |||
| 1564 | columns by putting point at one of the columns and the mark at the other | 1564 | columns by putting point at one of the columns and the mark at the other |
| 1565 | column. Because this means you cannot put point or the mark at the | 1565 | column. Because this means you cannot put point or the mark at the |
| 1566 | beginning of the first line of the text you want to sort, this command | 1566 | beginning of the first line of the text you want to sort, this command |
| 1567 | uses an unusual definition of `region': all of the line point is in is | 1567 | uses an unusual definition of ``region'': all of the line point is in is |
| 1568 | considered part of the region, and so is all of the line the mark is in, | 1568 | considered part of the region, and so is all of the line the mark is in, |
| 1569 | as well as all the lines in between. | 1569 | as well as all the lines in between. |
| 1570 | 1570 | ||
| @@ -1961,9 +1961,9 @@ Emacs key bindings are still available. The EDT emulation rebindings | |||
| 1961 | are done in the global keymap, so there is no problem switching | 1961 | are done in the global keymap, so there is no problem switching |
| 1962 | buffers or major modes while in EDT emulation. | 1962 | buffers or major modes while in EDT emulation. |
| 1963 | 1963 | ||
| 1964 | @item `PC' bindings | 1964 | @item ``PC'' bindings |
| 1965 | @findex pc-bindings-mode | 1965 | @findex pc-bindings-mode |
| 1966 | @cindex `PC' key bindings | 1966 | @cindex ``PC'' key bindings |
| 1967 | The command @kbd{M-x pc-bindings-mode} sets up certain key bindings | 1967 | The command @kbd{M-x pc-bindings-mode} sets up certain key bindings |
| 1968 | for ``PC compatibility''---what people are often used to on PCs---as | 1968 | for ``PC compatibility''---what people are often used to on PCs---as |
| 1969 | follows: @kbd{Delete} and its variants delete forward instead of | 1969 | follows: @kbd{Delete} and its variants delete forward instead of |
| @@ -1977,7 +1977,7 @@ to beginning and end of buffer and @kbd{C-Escape} does | |||
| 1977 | @findex pc-selection-mode | 1977 | @findex pc-selection-mode |
| 1978 | @cindex PC Selection minor mode | 1978 | @cindex PC Selection minor mode |
| 1979 | @cindex mode, PC selection | 1979 | @cindex mode, PC selection |
| 1980 | @cindex selection, `PC' | 1980 | @cindex selection, PC |
| 1981 | The command @kbd{M-x pc-selection-mode} enables a global minor mode | 1981 | The command @kbd{M-x pc-selection-mode} enables a global minor mode |
| 1982 | that emulates the mark, copy, cut and paste commands of various other | 1982 | that emulates the mark, copy, cut and paste commands of various other |
| 1983 | systems---an interface known as CUA. It establishes the keybindings | 1983 | systems---an interface known as CUA. It establishes the keybindings |
| @@ -2332,7 +2332,7 @@ unique olfactory cues from each of the four directions. | |||
| 2332 | 2332 | ||
| 2333 | @findex life | 2333 | @findex life |
| 2334 | @cindex Life | 2334 | @cindex Life |
| 2335 | @kbd{M-x life} runs Conway's `Life' cellular automaton. | 2335 | @kbd{M-x life} runs Conway's ``Life'' cellular automaton. |
| 2336 | 2336 | ||
| 2337 | @findex morse-region | 2337 | @findex morse-region |
| 2338 | @findex unmorse-region | 2338 | @findex unmorse-region |
diff --git a/man/mule.texi b/man/mule.texi index 940f0354d9e..39f8dc06435 100644 --- a/man/mule.texi +++ b/man/mule.texi | |||
| @@ -546,7 +546,7 @@ on Unix and GNU systems.) | |||
| 546 | @item @dots{}-dos | 546 | @item @dots{}-dos |
| 547 | Assume the file uses carriage-return linefeed to separate lines, and do | 547 | Assume the file uses carriage-return linefeed to separate lines, and do |
| 548 | the appropriate conversion. (This is the convention normally used on | 548 | the appropriate conversion. (This is the convention normally used on |
| 549 | Microsoft systems.@footnote{It is also specified for MIME `text/*' | 549 | Microsoft systems.@footnote{It is also specified for MIME @samp{text/*} |
| 550 | bodies and in other network transport contexts. It is different | 550 | bodies and in other network transport contexts. It is different |
| 551 | from the SGML reference syntax record-start/record-end format which | 551 | from the SGML reference syntax record-start/record-end format which |
| 552 | Emacs doesn't support directly.}) | 552 | Emacs doesn't support directly.}) |
| @@ -1170,7 +1170,7 @@ them yet. | |||
| 1170 | @cindex 8-bit display | 1170 | @cindex 8-bit display |
| 1171 | Normally non-ISO-8859 characters (between characters 128 and 159 | 1171 | Normally non-ISO-8859 characters (between characters 128 and 159 |
| 1172 | inclusive) are displayed as octal escapes. You can change this for | 1172 | inclusive) are displayed as octal escapes. You can change this for |
| 1173 | non-standard `extended' versions of ISO-8859 character sets by using the | 1173 | non-standard ``extended'' versions of ISO-8859 character sets by using the |
| 1174 | function @code{standard-display-8bit} in the @code{disp-table} library. | 1174 | function @code{standard-display-8bit} in the @code{disp-table} library. |
| 1175 | 1175 | ||
| 1176 | There are several ways you can input single-byte non-ASCII | 1176 | There are several ways you can input single-byte non-ASCII |
diff --git a/man/programs.texi b/man/programs.texi index bac58faf089..f2619f0b02b 100644 --- a/man/programs.texi +++ b/man/programs.texi | |||
| @@ -48,7 +48,7 @@ Programming modes often support Outline minor mode (@pxref{Outline | |||
| 48 | Mode}). The Foldout package provides folding-editor features | 48 | Mode}). The Foldout package provides folding-editor features |
| 49 | (@pxref{Foldout}). | 49 | (@pxref{Foldout}). |
| 50 | 50 | ||
| 51 | The `automatic typing' features may be useful for writing programs. | 51 | The ``automatic typing'' features may be useful for writing programs. |
| 52 | @xref{,Autotyping,, autotype, Autotyping}. | 52 | @xref{,Autotyping,, autotype, Autotyping}. |
| 53 | 53 | ||
| 54 | @menu | 54 | @menu |
| @@ -109,7 +109,7 @@ VHDL, CORBA IDL, and Tcl. | |||
| 109 | There is also a major mode for makefiles, called Makefile | 109 | There is also a major mode for makefiles, called Makefile |
| 110 | mode. An alternative mode for Perl is called CPerl mode. Modes | 110 | mode. An alternative mode for Perl is called CPerl mode. Modes |
| 111 | are available for scripts for the common Unix shells, VMS DCL and | 111 | are available for scripts for the common Unix shells, VMS DCL and |
| 112 | MS-DOS/MS-Windows `BAT' files. In a similar fashion to programming | 112 | MS-DOS/MS-Windows @samp{BAT} files. In a similar fashion to programming |
| 113 | languages, modes are provided for editing various sorts of configuration | 113 | languages, modes are provided for editing various sorts of configuration |
| 114 | files. | 114 | files. |
| 115 | 115 | ||
| @@ -181,9 +181,9 @@ parentheses exist (including human languages). | |||
| 181 | braces (whichever ones must balance in the language you are working with), | 181 | braces (whichever ones must balance in the language you are working with), |
| 182 | and escape characters that might be used to quote those. | 182 | and escape characters that might be used to quote those. |
| 183 | 183 | ||
| 184 | The other commands deal with expressions or @dfn{sexps}. The word `sexp' | 184 | The other commands deal with expressions or @dfn{sexps}. The word ``sexp'' |
| 185 | is derived from @dfn{s-expression}, the ancient term for an expression in | 185 | is derived from @dfn{s-expression}, the ancient term for an expression in |
| 186 | Lisp. But in Emacs, the notion of `sexp' is not limited to Lisp. It | 186 | Lisp. But in Emacs, the notion of ``sexp'' is not limited to Lisp. It |
| 187 | refers to an expression in whatever language your program is written in. | 187 | refers to an expression in whatever language your program is written in. |
| 188 | Each programming language has its own major mode, which customizes the | 188 | Each programming language has its own major mode, which customizes the |
| 189 | syntax tables so that expressions in that language count as sexps. | 189 | syntax tables so that expressions in that language count as sexps. |
diff --git a/man/rmail.texi b/man/rmail.texi index 06dc569ffd5..dec0877de0f 100644 --- a/man/rmail.texi +++ b/man/rmail.texi | |||
| @@ -83,7 +83,7 @@ merging new mail from an inbox file (@pxref{Rmail Inbox}). | |||
| 83 | @findex rmail-bury | 83 | @findex rmail-bury |
| 84 | You can exit Rmail with @kbd{q} (@code{rmail-quit}); this expunges and | 84 | You can exit Rmail with @kbd{q} (@code{rmail-quit}); this expunges and |
| 85 | saves the Rmail file and then switches to another buffer. But there is | 85 | saves the Rmail file and then switches to another buffer. But there is |
| 86 | no need to `exit' formally. If you switch from Rmail to editing in | 86 | no need to ``exit'' formally. If you switch from Rmail to editing in |
| 87 | other buffers, and never happen to switch back, you have exited. (The | 87 | other buffers, and never happen to switch back, you have exited. (The |
| 88 | Rmail command @kbd{b}, @code{rmail-bury}, does this for you.) Just make | 88 | Rmail command @kbd{b}, @code{rmail-bury}, does this for you.) Just make |
| 89 | sure to save the Rmail file eventually (like any other file you have | 89 | sure to save the Rmail file eventually (like any other file you have |
diff --git a/man/screen.texi b/man/screen.texi index 4ed5f09f369..2a0c4399bc8 100644 --- a/man/screen.texi +++ b/man/screen.texi | |||
| @@ -91,9 +91,9 @@ The cursor in the selected frame is solid; the cursor in other frames is | |||
| 91 | a hollow box, and appears in the window that would be selected if you | 91 | a hollow box, and appears in the window that would be selected if you |
| 92 | give the input focus to that frame. | 92 | give the input focus to that frame. |
| 93 | 93 | ||
| 94 | The term `point' comes from the character @samp{.}, which was the | 94 | The term ``point'' comes from the character @samp{.}, which was the |
| 95 | command in TECO (the language in which the original Emacs was written) | 95 | command in TECO (the language in which the original Emacs was written) |
| 96 | for accessing the value now called `point'. | 96 | for accessing the value now called ``point.'' |
| 97 | 97 | ||
| 98 | @node Echo Area | 98 | @node Echo Area |
| 99 | @section The Echo Area | 99 | @section The Echo Area |
diff --git a/man/windows.texi b/man/windows.texi index 99c819cc6ab..2cd9a7b643a 100644 --- a/man/windows.texi +++ b/man/windows.texi | |||
| @@ -148,7 +148,7 @@ but does not move point in it (@code{mouse-select-window}). | |||
| 148 | @findex other-window | 148 | @findex other-window |
| 149 | To select a different window, click with @kbd{Mouse-1} on its mode | 149 | To select a different window, click with @kbd{Mouse-1} on its mode |
| 150 | line. With the keyboard, you can switch windows by typing @kbd{C-x o} | 150 | line. With the keyboard, you can switch windows by typing @kbd{C-x o} |
| 151 | (@code{other-window}). That is an @kbd{o}, for `other', not a zero. | 151 | (@code{other-window}). That is an @kbd{o}, for ``other,'' not a zero. |
| 152 | When there are more than two windows, this command moves through all the | 152 | When there are more than two windows, this command moves through all the |
| 153 | windows in a cyclic order, generally top to bottom and left to right. | 153 | windows in a cyclic order, generally top to bottom and left to right. |
| 154 | After the rightmost and bottommost window, it goes back to the one at | 154 | After the rightmost and bottommost window, it goes back to the one at |