aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2010-10-09 17:05:14 -0700
committerGlenn Morris2010-10-09 17:05:14 -0700
commit28edabd519269d66c81f47c9374d57856dfb91f3 (patch)
tree275e9e5af29c13fb5c293d7885c55b37af46db68
parent4c5281974ff17b5b1dcd87e6091e4952d868306d (diff)
downloademacs-28edabd519269d66c81f47c9374d57856dfb91f3.tar.gz
emacs-28edabd519269d66c81f47c9374d57856dfb91f3.zip
* doc/man/emacs.1: Small fixes.
-rw-r--r--doc/man/ChangeLog4
-rw-r--r--doc/man/emacs.120
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 @@
12010-10-10 Glenn Morris <rgm@gnu.org>
2
3 * emacs.1: Small fixes.
4
12010-10-09 Ulrich Mueller <ulm@gentoo.org> 52010-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.
41Help Tutorial (CTRL-h t) starts an interactive tutorial to quickly 41Help Tutorial (CTRL-h t) starts an interactive tutorial to quickly
42teach beginners the fundamentals of 42teach beginners the fundamentals of
43.I Emacs. 43.I Emacs.
44Help Apropos (CTRL-h a) helps you find a command given its 44Help Apropos (CTRL-h a) helps you find a command with a name matching
45functionality, Help Key (CTRL-h k) describes a given key sequence, and 45a given pattern, Help Key (CTRL-h k) describes a given key sequence,
46Help Function (CTRL-h f) describes a given Lisp function. 46and Help Function (CTRL-h f) describes a given Lisp function.
47.PP 47.PP
48.IR "GNU Emacs" 's 48.IR "GNU Emacs" 's
49many special packages handle mail reading (RMail) and sending (Mail), 49many 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
532You can order printed copies of the GNU Emacs Manual from the Free 532You can order printed copies of the GNU Emacs Manual from the Free
533Software Foundation, which develops GNU software. 533Software Foundation, which develops GNU software.
534See the file ORDERS for ordering information. 534See the online store at <http://shop.fsf.org/>.
535.br 535.br
536Your local Emacs maintainer might also have copies available. 536Your local administrator might also have copies available.
537As with all software and publications from FSF, everyone is permitted 537As with all software and publications from FSF, everyone is permitted
538to make and distribute copies of the Emacs manual. 538to make and distribute copies of the Emacs manual.
539The TeX source to the manual is also included in the Emacs source 539The Texinfo source to the manual is also included in the Emacs source
540distribution. 540distribution.
541. 541.
542. 542.
@@ -545,7 +545,8 @@ distribution.
545The complete text of the Emacs reference manual is included in a 545The complete text of the Emacs reference manual is included in a
546convenient tree structured form. 546convenient tree structured form.
547Also includes the Emacs Lisp Reference Manual, useful to anyone 547Also includes the Emacs Lisp Reference Manual, useful to anyone
548wishing to write programs in the Emacs Lisp extension language. 548wishing to write programs in the Emacs Lisp extension language,
549and 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
551compiled files that define most editing commands. 552compiled files that define most editing commands.
@@ -572,9 +573,8 @@ There is a mailing list, bug-gnu-emacs@gnu.org, for reporting Emacs
572bugs and fixes. 573bugs and fixes.
573But before reporting something as a bug, please try to be sure that 574But before reporting something as a bug, please try to be sure that
574it really is a bug, not a misunderstanding or a deliberate feature. 575it really is a bug, not a misunderstanding or a deliberate feature.
575We ask you to read the section ``Reporting Emacs Bugs'' near the 576We ask you to read the section ``Reporting Bugs'' in the Emacs manual
576end of the reference manual (or Info system) for hints on how and 577for hints on how and when to report bugs.
577when to report bugs.
578Also, include the version number of the Emacs you are running in 578Also, 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.
580Bugs tend actually to be fixed if they can be isolated, so it is 580Bugs tend actually to be fixed if they can be isolated, so it is