aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2001-08-20 04:18:06 +0000
committerRichard M. Stallman2001-08-20 04:18:06 +0000
commit6830ceb7d097b8fb87c868c51f9cd42121ae35c0 (patch)
tree42bbe7aaa43bfa57654e65d777765eb436b0f0fd
parent95009a1359dabfb7341349f8aa230cc00f539eb5 (diff)
downloademacs-6830ceb7d097b8fb87c868c51f9cd42121ae35c0.tar.gz
emacs-6830ceb7d097b8fb87c868c51f9cd42121ae35c0.zip
Don't use "print" for displaying a message.
Make `ASCII' uniform.
-rw-r--r--man/misc.texi8
-rw-r--r--man/msdog.texi6
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
1473the fonts supplied with the printer with those from the GNU Intlfonts 1473the fonts supplied with the printer with those from the GNU Intlfonts
1474package, or you can instruct Emacs to use Intlfonts exclusively. The 1474package, or you can instruct Emacs to use Intlfonts exclusively. The
1475variable @code{ps-multibyte-buffer} controls this: the default value, 1475variable @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
1477characters; a value of @code{non-latin-printer} is for printers which 1477characters; a value of @code{non-latin-printer} is for printers which
1478have the fonts for @sc{ascii}, Latin-1, Japanese, and Korean 1478have the fonts for ASCII, Latin-1, Japanese, and Korean
1479characters built into them. A value of @code{bdf-font} arranges for 1479characters built into them. A value of @code{bdf-font} arranges for
1480the BDF fonts from the Intlfonts package to be used for @emph{all} 1480the BDF fonts from the Intlfonts package to be used for @emph{all}
1481characters. Finally, a value of @code{bdf-font-except-latin} 1481characters. Finally, a value of @code{bdf-font-except-latin}
1482instructs the printer to use built-in fonts for @sc{ascii} and Latin-1 1482instructs the printer to use built-in fonts for ASCII and Latin-1
1483characters, and Intlfonts BDF fonts for the rest. 1483characters, 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
2293buffer to another. In order to produce plausible output rather than 2293buffer to another. In order to produce plausible output rather than
2294gibberish, it insists on a certain amount of overlap between the end of 2294gibberish, it insists on a certain amount of overlap between the end of
2295one run of consecutive words or characters and the start of the next. 2295one run of consecutive words or characters and the start of the next.
2296That is, if it has just printed out `president' and then decides to jump 2296That is, if it has just output `president' and then decides to jump
2297to a different point in the file, it might spot the `ent' in `pentagon' 2297to a different point in the file, it might spot the `ent' in `pentagon'
2298and continue from there, producing `presidentagon'.@footnote{This 2298and continue from there, producing `presidentagon'.@footnote{This
2299dissociword actually appeared during the Vietnam War, when it was very 2299dissociword 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
131of free DOS memory that is available to Emacs. Usually, up to 620KB of 131of free DOS memory that is available to Emacs. Usually, up to 620KB of
132text can be put into the clipboard, but this limit depends on the system 132text can be put into the clipboard, but this limit depends on the system
133configuration and is lower if you run Emacs as a subprocess of 133configuration and is lower if you run Emacs as a subprocess of
134another program. If the killed text does not fit, Emacs prints a 134another program. If the killed text does not fit, Emacs outputs a
135message saying so, and does not put the text into the clipboard. 135message 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
138killed text includes null characters, Emacs does not put such text into 138killed text includes null characters, Emacs does not put such text into
139the clipboard, and prints in the echo area a message to that effect. 139the 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
730mode and its variants do not work. Most Emacs features that use 730mode and its variants do not work. Most Emacs features that use
731asynchronous subprocesses also don't work on MS-DOS, including 731asynchronous subprocesses also don't work on MS-DOS, including
732Shell mode and GUD. When in doubt, try and see; commands that 732Shell mode and GUD. When in doubt, try and see; commands that
733don't work print an error message saying that asynchronous processes 733don't work output an error message saying that asynchronous processes
734aren't supported. 734aren'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