diff options
| author | Richard M. Stallman | 2006-02-07 23:49:23 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-02-07 23:49:23 +0000 |
| commit | d48f09eef27cd7e74efcf812fc94577cb60527f7 (patch) | |
| tree | d01e1a7c66ca0426af36c68fb8def1facde6b8eb | |
| parent | 41f633c104c06c8a0f73b396f2e22af3f9290d75 (diff) | |
| download | emacs-d48f09eef27cd7e74efcf812fc94577cb60527f7.tar.gz emacs-d48f09eef27cd7e74efcf812fc94577cb60527f7.zip | |
Minor cleanups.
| -rw-r--r-- | man/cmdargs.texi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/man/cmdargs.texi b/man/cmdargs.texi index 35684ca2715..f266913d266 100644 --- a/man/cmdargs.texi +++ b/man/cmdargs.texi | |||
| @@ -477,7 +477,7 @@ This variable defaults to @file{~/.bash_history} if you use Bash, to | |||
| 477 | @file{~/.sh_history} if you use ksh, and to @file{~/.history} | 477 | @file{~/.sh_history} if you use ksh, and to @file{~/.history} |
| 478 | otherwise. | 478 | otherwise. |
| 479 | @item HOME | 479 | @item HOME |
| 480 | The location of the user's files in the directory tree; used for | 480 | The location of your files in the directory tree; used for |
| 481 | expansion of file names starting with a tilde (@file{~}). On MS-DOS, | 481 | expansion of file names starting with a tilde (@file{~}). On MS-DOS, |
| 482 | it defaults to the directory from which Emacs was started, with | 482 | it defaults to the directory from which Emacs was started, with |
| 483 | @samp{/bin} removed from the end if it was present. On Windows, the | 483 | @samp{/bin} removed from the end if it was present. On Windows, the |
| @@ -525,11 +525,11 @@ environment and coding system. @xref{Language Environments}. | |||
| 525 | @item LOGNAME | 525 | @item LOGNAME |
| 526 | The user's login name. See also @env{USER}. | 526 | The user's login name. See also @env{USER}. |
| 527 | @item MAIL | 527 | @item MAIL |
| 528 | The name of the user's system mail inbox. | 528 | The name of your system mail inbox. |
| 529 | @item MH | 529 | @item MH |
| 530 | Name of setup file for the mh system. (The default is @file{~/.mh_profile}.) | 530 | Name of setup file for the mh system. (The default is @file{~/.mh_profile}.) |
| 531 | @item NAME | 531 | @item NAME |
| 532 | The real-world name of the user. | 532 | Your real-world name. |
| 533 | @item NNTPSERVER | 533 | @item NNTPSERVER |
| 534 | The name of the news server. Used by the mh and Gnus packages. | 534 | The name of the news server. Used by the mh and Gnus packages. |
| 535 | @item ORGANIZATION | 535 | @item ORGANIZATION |
| @@ -987,7 +987,7 @@ emacs -ms coral -cr 'slate blue' & | |||
| 987 | @samp{-rv} option or with the X resource @samp{reverseVideo}. | 987 | @samp{-rv} option or with the X resource @samp{reverseVideo}. |
| 988 | 988 | ||
| 989 | The @samp{-fg}, @samp{-bg}, and @samp{-rv} options function on | 989 | The @samp{-fg}, @samp{-bg}, and @samp{-rv} options function on |
| 990 | text-only terminals as well as on window systems. | 990 | text-only terminals as well as on graphical displays. |
| 991 | 991 | ||
| 992 | @node Window Size X | 992 | @node Window Size X |
| 993 | @appendixsec Options for Window Size and Position | 993 | @appendixsec Options for Window Size and Position |
| @@ -1165,7 +1165,7 @@ for the initial Emacs frame. | |||
| 1165 | @appendixsec Icons | 1165 | @appendixsec Icons |
| 1166 | @cindex icons (X Window System) | 1166 | @cindex icons (X Window System) |
| 1167 | 1167 | ||
| 1168 | Most window managers allow the user to ``iconify'' a frame, removing | 1168 | Most window managers allow you to ``iconify'' a frame, removing |
| 1169 | it from sight, and leaving a small, distinctive ``icon'' window in its | 1169 | it from sight, and leaving a small, distinctive ``icon'' window in its |
| 1170 | place. Clicking on the icon window makes the frame itself appear again. | 1170 | place. Clicking on the icon window makes the frame itself appear again. |
| 1171 | If you have many clients running at once, you can avoid cluttering up | 1171 | If you have many clients running at once, you can avoid cluttering up |