diff options
| author | Stefan Kangas | 2021-05-18 19:03:36 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2021-06-08 02:00:29 +0200 |
| commit | 27366fffbb906d7105bbec66facfcdb49718b9d8 (patch) | |
| tree | ac07f8923ec3ee8c0ca227b6991c840f014606a0 | |
| parent | f7d98dbba0dc7c7e9fea63d39fe88aefa4e9f66c (diff) | |
| download | emacs-27366fffbb906d7105bbec66facfcdb49718b9d8.tar.gz emacs-27366fffbb906d7105bbec66facfcdb49718b9d8.zip | |
* doc/man/emacs.1.in: Minor fixes.
| -rw-r--r-- | doc/man/emacs.1.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/emacs.1.in b/doc/man/emacs.1.in index da912bd5112..290be604e3b 100644 --- a/doc/man/emacs.1.in +++ b/doc/man/emacs.1.in | |||
| @@ -197,7 +197,7 @@ searches for Lisp files. | |||
| 197 | .\" START DELETING HERE IF YOU'RE NOT USING X | 197 | .\" START DELETING HERE IF YOU'RE NOT USING X |
| 198 | .SS Using Emacs with X | 198 | .SS Using Emacs with X |
| 199 | .I Emacs | 199 | .I Emacs |
| 200 | has been tailored to work well with the X window system. | 200 | has been tailored to work well with the X Window System. |
| 201 | If you run | 201 | If you run |
| 202 | .I Emacs | 202 | .I Emacs |
| 203 | from under X windows, it will create its own X window to | 203 | from under X windows, it will create its own X window to |
| @@ -566,7 +566,7 @@ distribution. | |||
| 566 | /usr/local/share/info \(em files for the Info documentation browser. | 566 | /usr/local/share/info \(em files for the Info documentation browser. |
| 567 | The complete text of the Emacs reference manual is included in a | 567 | The complete text of the Emacs reference manual is included in a |
| 568 | convenient tree structured form. | 568 | convenient tree structured form. |
| 569 | Also includes the Emacs Lisp Reference Manual, useful to anyone | 569 | This includes the Emacs Lisp Reference Manual, useful to anyone |
| 570 | wishing to write programs in the Emacs Lisp extension language, | 570 | wishing to write programs in the Emacs Lisp extension language, |
| 571 | and the Introduction to Programming in Emacs Lisp. | 571 | and the Introduction to Programming in Emacs Lisp. |
| 572 | 572 | ||