diff options
| author | Glenn Morris | 2010-10-09 17:05:14 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-10-09 17:05:14 -0700 |
| commit | 28edabd519269d66c81f47c9374d57856dfb91f3 (patch) | |
| tree | 275e9e5af29c13fb5c293d7885c55b37af46db68 | |
| parent | 4c5281974ff17b5b1dcd87e6091e4952d868306d (diff) | |
| download | emacs-28edabd519269d66c81f47c9374d57856dfb91f3.tar.gz emacs-28edabd519269d66c81f47c9374d57856dfb91f3.zip | |
* doc/man/emacs.1: Small fixes.
| -rw-r--r-- | doc/man/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/man/emacs.1 | 20 |
2 files changed, 14 insertions, 10 deletions
diff --git a/doc/man/ChangeLog b/doc/man/ChangeLog index a2c8cd49134..1e355687c00 100644 --- a/doc/man/ChangeLog +++ b/doc/man/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-10-10 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * emacs.1: Small fixes. | ||
| 4 | |||
| 1 | 2010-10-09 Ulrich Mueller <ulm@gentoo.org> | 5 | 2010-10-09 Ulrich Mueller <ulm@gentoo.org> |
| 2 | 6 | ||
| 3 | * emacs.1: Update license description. | 7 | * emacs.1: Update license description. |
diff --git a/doc/man/emacs.1 b/doc/man/emacs.1 index d8885704c36..0800a868d65 100644 --- a/doc/man/emacs.1 +++ b/doc/man/emacs.1 | |||
| @@ -41,9 +41,9 @@ CTRL-h or F1 enters the Help facility. | |||
| 41 | Help Tutorial (CTRL-h t) starts an interactive tutorial to quickly | 41 | Help Tutorial (CTRL-h t) starts an interactive tutorial to quickly |
| 42 | teach beginners the fundamentals of | 42 | teach beginners the fundamentals of |
| 43 | .I Emacs. | 43 | .I Emacs. |
| 44 | Help Apropos (CTRL-h a) helps you find a command given its | 44 | Help Apropos (CTRL-h a) helps you find a command with a name matching |
| 45 | functionality, Help Key (CTRL-h k) describes a given key sequence, and | 45 | a given pattern, Help Key (CTRL-h k) describes a given key sequence, |
| 46 | Help Function (CTRL-h f) describes a given Lisp function. | 46 | and Help Function (CTRL-h f) describes a given Lisp function. |
| 47 | .PP | 47 | .PP |
| 48 | .IR "GNU Emacs" 's | 48 | .IR "GNU Emacs" 's |
| 49 | many special packages handle mail reading (RMail) and sending (Mail), | 49 | many special packages handle mail reading (RMail) and sending (Mail), |
| @@ -531,12 +531,12 @@ is the number of color planes. | |||
| 531 | .SH MANUALS | 531 | .SH MANUALS |
| 532 | You can order printed copies of the GNU Emacs Manual from the Free | 532 | You can order printed copies of the GNU Emacs Manual from the Free |
| 533 | Software Foundation, which develops GNU software. | 533 | Software Foundation, which develops GNU software. |
| 534 | See the file ORDERS for ordering information. | 534 | See the online store at <http://shop.fsf.org/>. |
| 535 | .br | 535 | .br |
| 536 | Your local Emacs maintainer might also have copies available. | 536 | Your local administrator might also have copies available. |
| 537 | As with all software and publications from FSF, everyone is permitted | 537 | As with all software and publications from FSF, everyone is permitted |
| 538 | to make and distribute copies of the Emacs manual. | 538 | to make and distribute copies of the Emacs manual. |
| 539 | The TeX source to the manual is also included in the Emacs source | 539 | The Texinfo source to the manual is also included in the Emacs source |
| 540 | distribution. | 540 | distribution. |
| 541 | . | 541 | . |
| 542 | . | 542 | . |
| @@ -545,7 +545,8 @@ distribution. | |||
| 545 | The complete text of the Emacs reference manual is included in a | 545 | The complete text of the Emacs reference manual is included in a |
| 546 | convenient tree structured form. | 546 | convenient tree structured form. |
| 547 | Also includes the Emacs Lisp Reference Manual, useful to anyone | 547 | Also includes the Emacs Lisp Reference Manual, useful to anyone |
| 548 | wishing to write programs in the Emacs Lisp extension language. | 548 | wishing to write programs in the Emacs Lisp extension language, |
| 549 | and the Introduction to Programming in Emacs Lisp. | ||
| 549 | 550 | ||
| 550 | /usr/local/share/emacs/$VERSION/lisp \(em Lisp source files and | 551 | /usr/local/share/emacs/$VERSION/lisp \(em Lisp source files and |
| 551 | compiled files that define most editing commands. | 552 | compiled files that define most editing commands. |
| @@ -572,9 +573,8 @@ There is a mailing list, bug-gnu-emacs@gnu.org, for reporting Emacs | |||
| 572 | bugs and fixes. | 573 | bugs and fixes. |
| 573 | But before reporting something as a bug, please try to be sure that | 574 | But before reporting something as a bug, please try to be sure that |
| 574 | it really is a bug, not a misunderstanding or a deliberate feature. | 575 | it really is a bug, not a misunderstanding or a deliberate feature. |
| 575 | We ask you to read the section ``Reporting Emacs Bugs'' near the | 576 | We ask you to read the section ``Reporting Bugs'' in the Emacs manual |
| 576 | end of the reference manual (or Info system) for hints on how and | 577 | for hints on how and when to report bugs. |
| 577 | when to report bugs. | ||
| 578 | Also, include the version number of the Emacs you are running in | 578 | Also, include the version number of the Emacs you are running in |
| 579 | \fIevery\fR bug report that you send in. | 579 | \fIevery\fR bug report that you send in. |
| 580 | Bugs tend actually to be fixed if they can be isolated, so it is | 580 | Bugs tend actually to be fixed if they can be isolated, so it is |