From eca274b1dd37301bfa8a525744d980a8f04ce5a1 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 1 Apr 2002 23:05:54 +0000 Subject: [PATCH] Minor cleanup. --- man/cmdargs.texi | 3 ++- man/frames.texi | 2 +- man/rmail.texi | 3 +-- man/xresources.texi | 4 ++-- 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, which happens to specify the font whose nickname is @samp{6x13}: @smallexample -emacs -fn "-misc-fixed-medium-r-semicondensed--13-*-*-*-c-60-iso8859-1" & +emacs -fn \ + "-misc-fixed-medium-r-semicondensed--13-*-*-*-c-60-iso8859-1" & @end smallexample @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}. @findex toggle-scroll-bar To enable or disable scroll bars for just the selected frame, use the -@kbd{M-x toggle-scroll-bar} command. +command @kbd{M-x toggle-scroll-bar}. @vindex scroll-bar-width @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. When you receive a digest message, the most convenient way to read it is to @dfn{undigestify} it: to turn it back into many individual messages. Then you can read and delete the individual messages as it suits you. - - To do this, select the digest message and type the command @kbd{M-x +To do this, select the digest message and type the command @kbd{M-x undigestify-rmail-message}. This extracts the submessages as separate Rmail messages, and inserts them following the digest. The digest message 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 @cindex @file{.Xdefaults} file, and MS-Windows MS-Windows systems don't support @file{~/.Xdefaults} files, but Emacs compiled for Windows looks for X resources in the Windows -Registry, under the keys @samp{HKEY_CURRENT_USER\SOFTWARE\GNU\Emacs} -and @samp{HKEY_LOCAL_MACHINE\SOFTWARE\GNU\Emacs}. +Registry, under the key @samp{HKEY_CURRENT_USER\SOFTWARE\GNU\Emacs} +and then under the key @samp{HKEY_LOCAL_MACHINE\SOFTWARE\GNU\Emacs}. Programs define named resources with particular meanings. They also define how to group resources into named classes. For instance, in -- 2.39.5