aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2002-04-01 23:05:54 +0000
committerRichard M. Stallman2002-04-01 23:05:54 +0000
commiteca274b1dd37301bfa8a525744d980a8f04ce5a1 (patch)
treeb809377225e47f64722bdae9b2262ed0f88c3b9a
parent65b4fec5511a20ec12c546cb89bf380eb97dfb4e (diff)
downloademacs-eca274b1dd37301bfa8a525744d980a8f04ce5a1.tar.gz
emacs-eca274b1dd37301bfa8a525744d980a8f04ce5a1.zip
Minor cleanup.
-rw-r--r--man/cmdargs.texi3
-rw-r--r--man/frames.texi2
-rw-r--r--man/rmail.texi3
-rw-r--r--man/xresources.texi4
4 files changed, 6 insertions, 6 deletions
diff --git a/man/cmdargs.texi b/man/cmdargs.texi
index 2da9304b843..5d5497499c0 100644
--- a/man/cmdargs.texi
+++ b/man/cmdargs.texi
@@ -619,7 +619,8 @@ X choose one of the fonts that match the pattern. Here is an example,
619which happens to specify the font whose nickname is @samp{6x13}: 619which happens to specify the font whose nickname is @samp{6x13}:
620 620
621@smallexample 621@smallexample
622emacs -fn "-misc-fixed-medium-r-semicondensed--13-*-*-*-c-60-iso8859-1" & 622emacs -fn \
623 "-misc-fixed-medium-r-semicondensed--13-*-*-*-c-60-iso8859-1" &
623@end smallexample 624@end smallexample
624 625
625@noindent 626@noindent
diff --git a/man/frames.texi b/man/frames.texi
index 642713030b8..002c2041f8b 100644
--- a/man/frames.texi
+++ b/man/frames.texi
@@ -757,7 +757,7 @@ setting of Scroll Bar mode similarly. @xref{Resources}.
757 757
758@findex toggle-scroll-bar 758@findex toggle-scroll-bar
759 To enable or disable scroll bars for just the selected frame, use the 759 To enable or disable scroll bars for just the selected frame, use the
760@kbd{M-x toggle-scroll-bar} command. 760command @kbd{M-x toggle-scroll-bar}.
761 761
762@vindex scroll-bar-width 762@vindex scroll-bar-width
763@cindex width of the scroll bar 763@cindex width of the scroll bar
diff --git a/man/rmail.texi b/man/rmail.texi
index 19dd6b76e38..150145dfad1 100644
--- a/man/rmail.texi
+++ b/man/rmail.texi
@@ -1101,8 +1101,7 @@ transmission is considerable.
1101 When you receive a digest message, the most convenient way to read it is 1101 When you receive a digest message, the most convenient way to read it is
1102to @dfn{undigestify} it: to turn it back into many individual messages. 1102to @dfn{undigestify} it: to turn it back into many individual messages.
1103Then you can read and delete the individual messages as it suits you. 1103Then you can read and delete the individual messages as it suits you.
1104 1104To do this, select the digest message and type the command @kbd{M-x
1105 To do this, select the digest message and type the command @kbd{M-x
1106undigestify-rmail-message}. This extracts the submessages as separate 1105undigestify-rmail-message}. This extracts the submessages as separate
1107Rmail messages, and inserts them following the digest. The digest 1106Rmail messages, and inserts them following the digest. The digest
1108message itself is flagged as deleted. 1107message itself is flagged as deleted.
diff --git a/man/xresources.texi b/man/xresources.texi
index f2bc93dc1d6..5a497d97bd1 100644
--- a/man/xresources.texi
+++ b/man/xresources.texi
@@ -40,8 +40,8 @@ collection of related options, for one program or for several programs
40@cindex @file{.Xdefaults} file, and MS-Windows 40@cindex @file{.Xdefaults} file, and MS-Windows
41 MS-Windows systems don't support @file{~/.Xdefaults} files, but 41 MS-Windows systems don't support @file{~/.Xdefaults} files, but
42Emacs compiled for Windows looks for X resources in the Windows 42Emacs compiled for Windows looks for X resources in the Windows
43Registry, under the keys @samp{HKEY_CURRENT_USER\SOFTWARE\GNU\Emacs} 43Registry, under the key @samp{HKEY_CURRENT_USER\SOFTWARE\GNU\Emacs}
44and @samp{HKEY_LOCAL_MACHINE\SOFTWARE\GNU\Emacs}. 44and then under the key @samp{HKEY_LOCAL_MACHINE\SOFTWARE\GNU\Emacs}.
45 45
46 Programs define named resources with particular meanings. They also 46 Programs define named resources with particular meanings. They also
47define how to group resources into named classes. For instance, in 47define how to group resources into named classes. For instance, in