changeset 30870:4f58e2bbcb08

*** empty log message ***
author Dave Love <fx@gnu.org>
date Wed, 16 Aug 2000 19:53:17 +0000
parents 1827bd720842
children 3be7720ce052
files lisp/ChangeLog man/abbrevs.texi man/autotype.texi man/display.texi man/emacs.texi
diffstat 5 files changed, 22 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Aug 16 19:52:35 2000 +0000
+++ b/lisp/ChangeLog	Wed Aug 16 19:53:17 2000 +0000
@@ -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
--- a/man/abbrevs.texi	Wed Aug 16 19:52:35 2000 +0000
+++ b/man/abbrevs.texi	Wed Aug 16 19:53:17 2000 +0000
@@ -19,7 +19,7 @@
 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}.
 
--- a/man/autotype.texi	Wed Aug 16 19:52:35 2000 +0000
+++ b/man/autotype.texi	Wed Aug 16 19:53:17 2000 +0000
@@ -570,7 +570,7 @@
 @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
--- a/man/display.texi	Wed Aug 16 19:52:35 2000 +0000
+++ b/man/display.texi	Wed Aug 16 19:53:17 2000 +0000
@@ -260,9 +260,10 @@
 @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}
--- a/man/emacs.texi	Wed Aug 16 19:52:35 2000 +0000
+++ b/man/emacs.texi	Wed Aug 16 19:53:17 2000 +0000
@@ -105,7 +105,7 @@
 
 @end titlepage
 @page
-@ifinfo
+@ifnottex
 @node Top, Distrib, (dir), (dir)
 @top The Emacs Editor
 
@@ -114,7 +114,7 @@
 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 @@
 			  "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.