diff options
| author | Richard M. Stallman | 2001-08-20 04:18:06 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-08-20 04:18:06 +0000 |
| commit | 6830ceb7d097b8fb87c868c51f9cd42121ae35c0 (patch) | |
| tree | 42bbe7aaa43bfa57654e65d777765eb436b0f0fd | |
| parent | 95009a1359dabfb7341349f8aa230cc00f539eb5 (diff) | |
| download | emacs-6830ceb7d097b8fb87c868c51f9cd42121ae35c0.tar.gz emacs-6830ceb7d097b8fb87c868c51f9cd42121ae35c0.zip | |
Don't use "print" for displaying a message.
Make `ASCII' uniform.
| -rw-r--r-- | man/misc.texi | 8 | ||||
| -rw-r--r-- | man/msdog.texi | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/man/misc.texi b/man/misc.texi index b22eadafed5..a4ec5053bf0 100644 --- a/man/misc.texi +++ b/man/misc.texi | |||
| @@ -1473,13 +1473,13 @@ printable using the fonts built into your printer. You can augment | |||
| 1473 | the fonts supplied with the printer with those from the GNU Intlfonts | 1473 | the fonts supplied with the printer with those from the GNU Intlfonts |
| 1474 | package, or you can instruct Emacs to use Intlfonts exclusively. The | 1474 | package, or you can instruct Emacs to use Intlfonts exclusively. The |
| 1475 | variable @code{ps-multibyte-buffer} controls this: the default value, | 1475 | variable @code{ps-multibyte-buffer} controls this: the default value, |
| 1476 | @code{nil}, is appropriate for printing @sc{ascii} and Latin-1 | 1476 | @code{nil}, is appropriate for printing ASCII and Latin-1 |
| 1477 | characters; a value of @code{non-latin-printer} is for printers which | 1477 | characters; a value of @code{non-latin-printer} is for printers which |
| 1478 | have the fonts for @sc{ascii}, Latin-1, Japanese, and Korean | 1478 | have the fonts for ASCII, Latin-1, Japanese, and Korean |
| 1479 | characters built into them. A value of @code{bdf-font} arranges for | 1479 | characters built into them. A value of @code{bdf-font} arranges for |
| 1480 | the BDF fonts from the Intlfonts package to be used for @emph{all} | 1480 | the BDF fonts from the Intlfonts package to be used for @emph{all} |
| 1481 | characters. Finally, a value of @code{bdf-font-except-latin} | 1481 | characters. Finally, a value of @code{bdf-font-except-latin} |
| 1482 | instructs the printer to use built-in fonts for @sc{ascii} and Latin-1 | 1482 | instructs the printer to use built-in fonts for ASCII and Latin-1 |
| 1483 | characters, and Intlfonts BDF fonts for the rest. | 1483 | characters, and Intlfonts BDF fonts for the rest. |
| 1484 | 1484 | ||
| 1485 | @vindex bdf-directory-list | 1485 | @vindex bdf-directory-list |
| @@ -2293,7 +2293,7 @@ typing @kbd{C-g}. The dissociation output remains in the | |||
| 2293 | buffer to another. In order to produce plausible output rather than | 2293 | buffer to another. In order to produce plausible output rather than |
| 2294 | gibberish, it insists on a certain amount of overlap between the end of | 2294 | gibberish, it insists on a certain amount of overlap between the end of |
| 2295 | one run of consecutive words or characters and the start of the next. | 2295 | one run of consecutive words or characters and the start of the next. |
| 2296 | That is, if it has just printed out `president' and then decides to jump | 2296 | That is, if it has just output `president' and then decides to jump |
| 2297 | to a different point in the file, it might spot the `ent' in `pentagon' | 2297 | to a different point in the file, it might spot the `ent' in `pentagon' |
| 2298 | and continue from there, producing `presidentagon'.@footnote{This | 2298 | and continue from there, producing `presidentagon'.@footnote{This |
| 2299 | dissociword actually appeared during the Vietnam War, when it was very | 2299 | dissociword actually appeared during the Vietnam War, when it was very |
diff --git a/man/msdog.texi b/man/msdog.texi index 0af4dc455dc..82314c10bfa 100644 --- a/man/msdog.texi +++ b/man/msdog.texi | |||
| @@ -131,12 +131,12 @@ length of text you can put into the clipboard is limited by the amount | |||
| 131 | of free DOS memory that is available to Emacs. Usually, up to 620KB of | 131 | of free DOS memory that is available to Emacs. Usually, up to 620KB of |
| 132 | text can be put into the clipboard, but this limit depends on the system | 132 | text can be put into the clipboard, but this limit depends on the system |
| 133 | configuration and is lower if you run Emacs as a subprocess of | 133 | configuration and is lower if you run Emacs as a subprocess of |
| 134 | another program. If the killed text does not fit, Emacs prints a | 134 | another program. If the killed text does not fit, Emacs outputs a |
| 135 | message saying so, and does not put the text into the clipboard. | 135 | message saying so, and does not put the text into the clipboard. |
| 136 | 136 | ||
| 137 | Null characters also cannot be put into the Windows clipboard. If the | 137 | Null characters also cannot be put into the Windows clipboard. If the |
| 138 | killed text includes null characters, Emacs does not put such text into | 138 | killed text includes null characters, Emacs does not put such text into |
| 139 | the clipboard, and prints in the echo area a message to that effect. | 139 | the clipboard, and displays in the echo area a message to that effect. |
| 140 | 140 | ||
| 141 | @vindex dos-display-scancodes | 141 | @vindex dos-display-scancodes |
| 142 | The variable @code{dos-display-scancodes}, when non-@code{nil}, | 142 | The variable @code{dos-display-scancodes}, when non-@code{nil}, |
| @@ -730,7 +730,7 @@ asynchronous subprocesses are not available. In particular, Shell | |||
| 730 | mode and its variants do not work. Most Emacs features that use | 730 | mode and its variants do not work. Most Emacs features that use |
| 731 | asynchronous subprocesses also don't work on MS-DOS, including | 731 | asynchronous subprocesses also don't work on MS-DOS, including |
| 732 | Shell mode and GUD. When in doubt, try and see; commands that | 732 | Shell mode and GUD. When in doubt, try and see; commands that |
| 733 | don't work print an error message saying that asynchronous processes | 733 | don't work output an error message saying that asynchronous processes |
| 734 | aren't supported. | 734 | aren't supported. |
| 735 | 735 | ||
| 736 | Compilation under Emacs with @kbd{M-x compile}, searching files with | 736 | Compilation under Emacs with @kbd{M-x compile}, searching files with |