aboutsummaryrefslogtreecommitdiffstats
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
parent0efda3ff4e5f46df3062f00d570f678b00cf351f (diff)
downloademacs-2684ed46588492f68cb064e2d05922889de7fdbc.tar.gz
emacs-2684ed46588492f68cb064e2d05922889de7fdbc.zip
Change in quoting.
-rw-r--r--man/files.texi2
-rw-r--r--man/frames.texi6
-rw-r--r--man/help.texi17
-rw-r--r--man/misc.texi10
-rw-r--r--man/mule.texi4
-rw-r--r--man/programs.texi8
-rw-r--r--man/rmail.texi2
-rw-r--r--man/screen.texi4
-rw-r--r--man/windows.texi2
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
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
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}
112Print the name of the command that @var{key} runs 112Print 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.''
114extensive information on @var{key}, use @kbd{C-h k}. 114For 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}
116Display documentation on the Lisp function named @var{function} 116Display 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
274so on. With each command name appears a brief description of how to use 274so on. With each command name appears a brief description of how to use
275the command, and what keys you can currently invoke it with. For 275the command, and what keys you can currently invoke it with. For
276example, it would say that you can invoke @code{find-file} by typing 276example, 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
279normally checks only commands (interactive functions); if you specify a 279normally checks only commands (interactive functions); if you specify a
280prefix argument, it checks noninteractive functions as well. 280prefix 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
547Often when a region of text is `active' so that you can select it with 547When a region of text is ``active,'' so that you can select it with
548the mouse or a key like @kbd{RET}, it has associated help text. Areas 548the mouse or a key like @kbd{RET}, it often has associated help text.
549of the mode line are examples. This help will normally be printed in 549Areas of the mode line are examples. This help will normally be
550the echo area when you move point into the active text. In a window 550printed in the echo area when you move point into the active text. In
551system you can display the help text as `tooltips'. @xref{Tooltips}. 551a 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},
1564columns by putting point at one of the columns and the mark at the other 1564columns by putting point at one of the columns and the mark at the other
1565column. Because this means you cannot put point or the mark at the 1565column. Because this means you cannot put point or the mark at the
1566beginning of the first line of the text you want to sort, this command 1566beginning of the first line of the text you want to sort, this command
1567uses an unusual definition of `region': all of the line point is in is 1567uses an unusual definition of ``region'': all of the line point is in is
1568considered part of the region, and so is all of the line the mark is in, 1568considered part of the region, and so is all of the line the mark is in,
1569as well as all the lines in between. 1569as well as all the lines in between.
1570 1570
@@ -1961,9 +1961,9 @@ Emacs key bindings are still available. The EDT emulation rebindings
1961are done in the global keymap, so there is no problem switching 1961are done in the global keymap, so there is no problem switching
1962buffers or major modes while in EDT emulation. 1962buffers 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
1967The command @kbd{M-x pc-bindings-mode} sets up certain key bindings 1967The command @kbd{M-x pc-bindings-mode} sets up certain key bindings
1968for ``PC compatibility''---what people are often used to on PCs---as 1968for ``PC compatibility''---what people are often used to on PCs---as
1969follows: @kbd{Delete} and its variants delete forward instead of 1969follows: @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
1981The command @kbd{M-x pc-selection-mode} enables a global minor mode 1981The command @kbd{M-x pc-selection-mode} enables a global minor mode
1982that emulates the mark, copy, cut and paste commands of various other 1982that emulates the mark, copy, cut and paste commands of various other
1983systems---an interface known as CUA. It establishes the keybindings 1983systems---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
547Assume the file uses carriage-return linefeed to separate lines, and do 547Assume the file uses carriage-return linefeed to separate lines, and do
548the appropriate conversion. (This is the convention normally used on 548the appropriate conversion. (This is the convention normally used on
549Microsoft systems.@footnote{It is also specified for MIME `text/*' 549Microsoft systems.@footnote{It is also specified for MIME @samp{text/*}
550bodies and in other network transport contexts. It is different 550bodies and in other network transport contexts. It is different
551from the SGML reference syntax record-start/record-end format which 551from the SGML reference syntax record-start/record-end format which
552Emacs doesn't support directly.}) 552Emacs 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
1172inclusive) are displayed as octal escapes. You can change this for 1172inclusive) are displayed as octal escapes. You can change this for
1173non-standard `extended' versions of ISO-8859 character sets by using the 1173non-standard ``extended'' versions of ISO-8859 character sets by using the
1174function @code{standard-display-8bit} in the @code{disp-table} library. 1174function @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
48Mode}). The Foldout package provides folding-editor features 48Mode}). 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.
109There is also a major mode for makefiles, called Makefile 109There is also a major mode for makefiles, called Makefile
110mode. An alternative mode for Perl is called CPerl mode. Modes 110mode. An alternative mode for Perl is called CPerl mode. Modes
111are available for scripts for the common Unix shells, VMS DCL and 111are available for scripts for the common Unix shells, VMS DCL and
112MS-DOS/MS-Windows `BAT' files. In a similar fashion to programming 112MS-DOS/MS-Windows @samp{BAT} files. In a similar fashion to programming
113languages, modes are provided for editing various sorts of configuration 113languages, modes are provided for editing various sorts of configuration
114files. 114files.
115 115
@@ -181,9 +181,9 @@ parentheses exist (including human languages).
181braces (whichever ones must balance in the language you are working with), 181braces (whichever ones must balance in the language you are working with),
182and escape characters that might be used to quote those. 182and 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''
185is derived from @dfn{s-expression}, the ancient term for an expression in 185is derived from @dfn{s-expression}, the ancient term for an expression in
186Lisp. But in Emacs, the notion of `sexp' is not limited to Lisp. It 186Lisp. But in Emacs, the notion of ``sexp'' is not limited to Lisp. It
187refers to an expression in whatever language your program is written in. 187refers to an expression in whatever language your program is written in.
188Each programming language has its own major mode, which customizes the 188Each programming language has its own major mode, which customizes the
189syntax tables so that expressions in that language count as sexps. 189syntax 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
85saves the Rmail file and then switches to another buffer. But there is 85saves the Rmail file and then switches to another buffer. But there is
86no need to `exit' formally. If you switch from Rmail to editing in 86no need to ``exit'' formally. If you switch from Rmail to editing in
87other buffers, and never happen to switch back, you have exited. (The 87other buffers, and never happen to switch back, you have exited. (The
88Rmail command @kbd{b}, @code{rmail-bury}, does this for you.) Just make 88Rmail command @kbd{b}, @code{rmail-bury}, does this for you.) Just make
89sure to save the Rmail file eventually (like any other file you have 89sure 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
91a hollow box, and appears in the window that would be selected if you 91a hollow box, and appears in the window that would be selected if you
92give the input focus to that frame. 92give 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
95command in TECO (the language in which the original Emacs was written) 95command in TECO (the language in which the original Emacs was written)
96for accessing the value now called `point'. 96for 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
150line. With the keyboard, you can switch windows by typing @kbd{C-x o} 150line. 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.
152When there are more than two windows, this command moves through all the 152When there are more than two windows, this command moves through all the
153windows in a cyclic order, generally top to bottom and left to right. 153windows in a cyclic order, generally top to bottom and left to right.
154After the rightmost and bottommost window, it goes back to the one at 154After the rightmost and bottommost window, it goes back to the one at