]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorDave Love <fx@gnu.org>
Wed, 16 Aug 2000 19:53:17 +0000 (19:53 +0000)
committerDave Love <fx@gnu.org>
Wed, 16 Aug 2000 19:53:17 +0000 (19:53 +0000)
lisp/ChangeLog
man/abbrevs.texi
man/autotype.texi
man/display.texi
man/emacs.texi

index c55e2d0aed9717cab8c8305ef96f618c6d4460f1..d498d94552db598059888f5426ef2d65ace03e63 100644 (file)
@@ -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
index 37968c5b6c38fca08bd042fe3b643aebd8ccd31a..d4019da82886d0eeb679b14e344d081fc945b6d5 100644 (file)
@@ -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}.
 
index 023df494586de42cb1dc981af9ba2f967ef911ca..5dee6316cb28b37604dfeedfca1993b3bd3eef8a 100644 (file)
@@ -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
index 80436272c7a5b1103e1a4a98528c2a898c70c3a3..3c2e2b92794e56fe610e9c73692e88b9c0960b5b 100644 (file)
@@ -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}
index b42b708a459ab019bbb3cf5bf3289daa2e40bd22..80838f5be19664a5119fa6e0686d4905314cd039 100644 (file)
@@ -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.