# HG changeset patch # User Dave Love # Date 966455597 0 # Node ID 4f58e2bbcb08ffcc774d4428fb42d34bd32ef3f6 # Parent 1827bd7208422d2280a2adef064b9e183d2fbe0c *** empty log message *** diff -r 1827bd720842 -r 4f58e2bbcb08 lisp/ChangeLog --- 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 + + * play/5x5.el: Doc fixes. + (5x5) : Add :version. + + * play/fortune.el (fortune) : 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 * desktop.el (desktop-save): Don't look at symbol-value of a diff -r 1827bd720842 -r 4f58e2bbcb08 man/abbrevs.texi --- 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}. diff -r 1827bd720842 -r 4f58e2bbcb08 man/autotype.texi --- 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 diff -r 1827bd720842 -r 4f58e2bbcb08 man/display.texi --- 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} diff -r 1827bd720842 -r 4f58e2bbcb08 man/emacs.texi --- 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.