Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
eca274b1
Commit
eca274b1
authored
Apr 01, 2002
by
Richard M. Stallman
Browse files
Minor cleanup.
parent
65b4fec5
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
man/cmdargs.texi
man/cmdargs.texi
+2
-1
man/frames.texi
man/frames.texi
+1
-1
man/rmail.texi
man/rmail.texi
+1
-2
man/xresources.texi
man/xresources.texi
+2
-2
No files found.
man/cmdargs.texi
View file @
eca274b1
...
@@ -619,7 +619,8 @@ X choose one of the fonts that match the pattern. Here is an example,
...
@@ -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}:
which happens to specify the font whose nickname is @samp{6x13}:
@smallexample
@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
@end smallexample
@noindent
@noindent
...
...
man/frames.texi
View file @
eca274b1
...
@@ -757,7 +757,7 @@ setting of Scroll Bar mode similarly. @xref{Resources}.
...
@@ -757,7 +757,7 @@ setting of Scroll Bar mode similarly. @xref{Resources}.
@findex toggle-scroll-bar
@findex toggle-scroll-bar
To enable or disable scroll bars for just the selected frame, use the
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
@vindex scroll-bar-width
@cindex width of the scroll bar
@cindex width of the scroll bar
...
...
man/rmail.texi
View file @
eca274b1
...
@@ -1101,8 +1101,7 @@ transmission is considerable.
...
@@ -1101,8 +1101,7 @@ transmission is considerable.
When you receive a digest message, the most convenient way to read it is
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.
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.
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
undigestify-rmail-message}. This extracts the submessages as separate
Rmail messages, and inserts them following the digest. The digest
Rmail messages, and inserts them following the digest. The digest
message itself is flagged as deleted.
message itself is flagged as deleted.
...
...
man/xresources.texi
View file @
eca274b1
...
@@ -40,8 +40,8 @@ collection of related options, for one program or for several programs
...
@@ -40,8 +40,8 @@ collection of related options, for one program or for several programs
@cindex @file{.Xdefaults} file, and MS-Windows
@cindex @file{.Xdefaults} file, and MS-Windows
MS-Windows systems don't support @file{~/.Xdefaults} files, but
MS-Windows systems don't support @file{~/.Xdefaults} files, but
Emacs compiled for Windows looks for X resources in the Windows
Emacs compiled for Windows looks for X resources in the Windows
Registry, under the key
s
@samp{HKEY_CURRENT_USER\SOFTWARE\GNU\Emacs}
Registry, under the key @samp{HKEY_CURRENT_USER\SOFTWARE\GNU\Emacs}
and @samp{HKEY_LOCAL_MACHINE\SOFTWARE\GNU\Emacs}.
and
then under the key
@samp{HKEY_LOCAL_MACHINE\SOFTWARE\GNU\Emacs}.
Programs define named resources with particular meanings. They also
Programs define named resources with particular meanings. They also
define how to group resources into named classes. For instance, in
define how to group resources into named classes. For instance, in
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment