summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog13
-rw-r--r--man/abbrevs.texi2
-rw-r--r--man/autotype.texi2
-rw-r--r--man/display.texi7
-rw-r--r--man/emacs.texi6
5 files changed, 22 insertions, 8 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c55e2d0aed9..d498d94552d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,16 @@
+2000-08-16 Dave Love <fx@gnu.org>
+
+ * play/5x5.el: Doc fixes.
+ (5x5) <defgroup>: Add :version.
+
+ * play/fortune.el (fortune) <defgroup>: Add :version.
+ (fortune-append): Fix error message.
+ (fortune-from-region): Doc fix.
+
+ * play/pong.el (pong): Doc fix.
+
+ * play/morse.el: Keywords, commentary, autoloads.
+
2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
* desktop.el (desktop-save): Don't look at symbol-value of a
diff --git a/man/abbrevs.texi b/man/abbrevs.texi
index 37968c5b6c3..d4019da8288 100644
--- a/man/abbrevs.texi
+++ b/man/abbrevs.texi
@@ -19,7 +19,7 @@ to expand the letters in the buffer before point by looking for other
words in the buffer that start with those letters. @xref{Dynamic
Abbrevs}.
-The Hippie Expand package generalizes abbreviation expansion.
+`Hippie' expansion generalizes abbreviation expansion.
@xref{Hippie Expand, `Hippie' Expansion, autotype, Features for
Automatic Typing}.
diff --git a/man/autotype.texi b/man/autotype.texi
index 023df494586..5dee6316cb2 100644
--- a/man/autotype.texi
+++ b/man/autotype.texi
@@ -570,7 +570,7 @@ list.
@cindex templates
The Tempo package provides a simple way to define powerful templates, or
macros, if you wish. It is mainly intended for, but not limited to,
-other programmers to be used for creating shortcuts for editing
+programmers to be used for creating shortcuts for editing
certain kinds of documents.
@findex tempo-backward-mark
diff --git a/man/display.texi b/man/display.texi
index 80436272c7a..3c2e2b92794 100644
--- a/man/display.texi
+++ b/man/display.texi
@@ -260,9 +260,10 @@ letter @samp{C}. Type @kbd{M-x column-number-mode} to toggle this mode.
@findex display-time
@cindex time (on mode line)
Emacs can optionally display the time and system load in all mode
-lines. To enable this feature, type @kbd{M-x display-time}. The
-information added to the mode line usually appears after the buffer
-name, before the mode names and their parentheses. It looks like this:
+lines. To enable this feature, type @kbd{M-x display-time} or customize
+the option @code{display-time-mode}. The information added to the mode
+line usually appears after the buffer name, before the mode names and
+their parentheses. It looks like this:
@example
@var{hh}:@var{mm}pm @var{l.ll}
diff --git a/man/emacs.texi b/man/emacs.texi
index b42b708a459..80838f5be19 100644
--- a/man/emacs.texi
+++ b/man/emacs.texi
@@ -105,7 +105,7 @@ Cover art by Etienne Suvasa.
@end titlepage
@page
-@ifinfo
+@ifnottex
@node Top, Distrib, (dir), (dir)
@top The Emacs Editor
@@ -114,7 +114,7 @@ display editor. This Info file describes how to edit with Emacs and
some of how to customize it; it corresponds to GNU Emacs version 20.4.
For information on extending Emacs, see @ref{,Emacs Lisp,, elisp, The
Emacs Lisp Reference Manual}.
-@end ifinfo
+@end ifnottex
@ignore
These subcategories have been deleted for simplicity
@@ -226,7 +226,7 @@ Advanced Features
"within the command". This is called a
`recursive editing level'.
* Emulation:: Emulating some other editors with Emacs.
-* Hyperlinking::
+* Hyperlinking:: Following links in buffers.
* Dissociated Press:: Dissociating text for fun.
* Amusements:: Various games and hacks.
* Customization:: Modifying the behavior of Emacs.