diff options
| author | Eli Zaretskii | 2018-05-20 10:11:05 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2018-05-20 10:11:05 +0300 |
| commit | a3885f56534400e8adacf199476ccc407eb20286 (patch) | |
| tree | 54e81abaf7367f98108af73ff488a4486c69cea9 | |
| parent | 542f830247715b617594a542961a3bd24ebe4a4f (diff) | |
| download | emacs-a3885f56534400e8adacf199476ccc407eb20286.tar.gz emacs-a3885f56534400e8adacf199476ccc407eb20286.zip | |
Minor fixes in the Emacs manual
* doc/emacs/misc.texi (Gnus Group Buffer): Fix a typo. (Bug#31534)
(Single Shell): Rephrase an unclear sentence. (Bug#31535)
(Remote Host): Use @command where appropriate. (Bug#31536)
| -rw-r--r-- | doc/emacs/misc.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/emacs/misc.texi b/doc/emacs/misc.texi index cd9b67bcdee..32cd96d4219 100644 --- a/doc/emacs/misc.texi +++ b/doc/emacs/misc.texi | |||
| @@ -183,7 +183,7 @@ are not shown in the @kbd{l} or @kbd{L} listings. | |||
| 183 | @kindex DEL @r{(Gnus Group mode)} | 183 | @kindex DEL @r{(Gnus Group mode)} |
| 184 | @item @key{DEL} | 184 | @item @key{DEL} |
| 185 | Move point to the previous group containing unread articles | 185 | Move point to the previous group containing unread articles |
| 186 | (@code{gnus-group-prev-unread-group}.) | 186 | (@code{gnus-group-prev-unread-group}). |
| 187 | 187 | ||
| 188 | @kindex n @r{(Gnus Group mode)} | 188 | @kindex n @r{(Gnus Group mode)} |
| 189 | @findex gnus-group-next-unread-group | 189 | @findex gnus-group-next-unread-group |
| @@ -686,7 +686,7 @@ either in the echo area (if it is short), or in an Emacs buffer named | |||
| 686 | @file{*Shell Command Output*}, displayed in another window (if the | 686 | @file{*Shell Command Output*}, displayed in another window (if the |
| 687 | output is long). The variables @code{resize-mini-windows} and | 687 | output is long). The variables @code{resize-mini-windows} and |
| 688 | @code{max-mini-window-height} (@pxref{Minibuffer Edit}) control when | 688 | @code{max-mini-window-height} (@pxref{Minibuffer Edit}) control when |
| 689 | the output is considered too long for the echo area. | 689 | Emacs should consider the output to be too long for the echo area. |
| 690 | 690 | ||
| 691 | For instance, one way to decompress a file named @file{foo.gz} is to | 691 | For instance, one way to decompress a file named @file{foo.gz} is to |
| 692 | type @kbd{M-! gunzip foo.gz @key{RET}}. That shell command normally | 692 | type @kbd{M-! gunzip foo.gz @key{RET}}. That shell command normally |
| @@ -1512,8 +1512,8 @@ interface is similar to the @code{more} program. | |||
| 1512 | @cindex Rlogin | 1512 | @cindex Rlogin |
| 1513 | 1513 | ||
| 1514 | You can login to a remote computer, using whatever commands you | 1514 | You can login to a remote computer, using whatever commands you |
| 1515 | would from a regular terminal (e.g., using the @code{ssh} or | 1515 | would from a regular terminal (e.g., using the @command{ssh} or |
| 1516 | @code{telnet} or @code{rlogin} commands), from a Term window. | 1516 | @command{telnet} or @code{rlogin} commands), from a Term window. |
| 1517 | 1517 | ||
| 1518 | A program that asks you for a password will normally suppress | 1518 | A program that asks you for a password will normally suppress |
| 1519 | echoing of the password, so the password will not show up in the | 1519 | echoing of the password, so the password will not show up in the |