diff options
| author | Dave Love | 2000-08-16 19:53:17 +0000 |
|---|---|---|
| committer | Dave Love | 2000-08-16 19:53:17 +0000 |
| commit | 4f00b8c10656b456876bf58e106be764eecc42e8 (patch) | |
| tree | ad756fdacee79e4495b24f6c41147e24fe0cd053 | |
| parent | b54346bc492eddf8d9b17b5c84c0b607b52ea70a (diff) | |
| download | emacs-4f00b8c10656b456876bf58e106be764eecc42e8.tar.gz emacs-4f00b8c10656b456876bf58e106be764eecc42e8.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 13 | ||||
| -rw-r--r-- | man/abbrevs.texi | 2 | ||||
| -rw-r--r-- | man/autotype.texi | 2 | ||||
| -rw-r--r-- | man/display.texi | 7 | ||||
| -rw-r--r-- | man/emacs.texi | 6 |
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 @@ | |||
| 1 | 2000-08-16 Dave Love <fx@gnu.org> | ||
| 2 | |||
| 3 | * play/5x5.el: Doc fixes. | ||
| 4 | (5x5) <defgroup>: Add :version. | ||
| 5 | |||
| 6 | * play/fortune.el (fortune) <defgroup>: Add :version. | ||
| 7 | (fortune-append): Fix error message. | ||
| 8 | (fortune-from-region): Doc fix. | ||
| 9 | |||
| 10 | * play/pong.el (pong): Doc fix. | ||
| 11 | |||
| 12 | * play/morse.el: Keywords, commentary, autoloads. | ||
| 13 | |||
| 1 | 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il> | 14 | 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 15 | ||
| 3 | * desktop.el (desktop-save): Don't look at symbol-value of a | 16 | * 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 | |||
| 19 | words in the buffer that start with those letters. @xref{Dynamic | 19 | words in the buffer that start with those letters. @xref{Dynamic |
| 20 | Abbrevs}. | 20 | Abbrevs}. |
| 21 | 21 | ||
| 22 | The Hippie Expand package generalizes abbreviation expansion. | 22 | `Hippie' expansion generalizes abbreviation expansion. |
| 23 | @xref{Hippie Expand, `Hippie' Expansion, autotype, Features for | 23 | @xref{Hippie Expand, `Hippie' Expansion, autotype, Features for |
| 24 | Automatic Typing}. | 24 | Automatic Typing}. |
| 25 | 25 | ||
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. | |||
| 570 | @cindex templates | 570 | @cindex templates |
| 571 | The Tempo package provides a simple way to define powerful templates, or | 571 | The Tempo package provides a simple way to define powerful templates, or |
| 572 | macros, if you wish. It is mainly intended for, but not limited to, | 572 | macros, if you wish. It is mainly intended for, but not limited to, |
| 573 | other programmers to be used for creating shortcuts for editing | 573 | programmers to be used for creating shortcuts for editing |
| 574 | certain kinds of documents. | 574 | certain kinds of documents. |
| 575 | 575 | ||
| 576 | @findex tempo-backward-mark | 576 | @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. | |||
| 260 | @findex display-time | 260 | @findex display-time |
| 261 | @cindex time (on mode line) | 261 | @cindex time (on mode line) |
| 262 | Emacs can optionally display the time and system load in all mode | 262 | Emacs can optionally display the time and system load in all mode |
| 263 | lines. To enable this feature, type @kbd{M-x display-time}. The | 263 | lines. To enable this feature, type @kbd{M-x display-time} or customize |
| 264 | information added to the mode line usually appears after the buffer | 264 | the option @code{display-time-mode}. The information added to the mode |
| 265 | name, before the mode names and their parentheses. It looks like this: | 265 | line usually appears after the buffer name, before the mode names and |
| 266 | their parentheses. It looks like this: | ||
| 266 | 267 | ||
| 267 | @example | 268 | @example |
| 268 | @var{hh}:@var{mm}pm @var{l.ll} | 269 | @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. | |||
| 105 | 105 | ||
| 106 | @end titlepage | 106 | @end titlepage |
| 107 | @page | 107 | @page |
| 108 | @ifinfo | 108 | @ifnottex |
| 109 | @node Top, Distrib, (dir), (dir) | 109 | @node Top, Distrib, (dir), (dir) |
| 110 | @top The Emacs Editor | 110 | @top The Emacs Editor |
| 111 | 111 | ||
| @@ -114,7 +114,7 @@ display editor. This Info file describes how to edit with Emacs and | |||
| 114 | some of how to customize it; it corresponds to GNU Emacs version 20.4. | 114 | some of how to customize it; it corresponds to GNU Emacs version 20.4. |
| 115 | For information on extending Emacs, see @ref{,Emacs Lisp,, elisp, The | 115 | For information on extending Emacs, see @ref{,Emacs Lisp,, elisp, The |
| 116 | Emacs Lisp Reference Manual}. | 116 | Emacs Lisp Reference Manual}. |
| 117 | @end ifinfo | 117 | @end ifnottex |
| 118 | 118 | ||
| 119 | @ignore | 119 | @ignore |
| 120 | These subcategories have been deleted for simplicity | 120 | These subcategories have been deleted for simplicity |
| @@ -226,7 +226,7 @@ Advanced Features | |||
| 226 | "within the command". This is called a | 226 | "within the command". This is called a |
| 227 | `recursive editing level'. | 227 | `recursive editing level'. |
| 228 | * Emulation:: Emulating some other editors with Emacs. | 228 | * Emulation:: Emulating some other editors with Emacs. |
| 229 | * Hyperlinking:: | 229 | * Hyperlinking:: Following links in buffers. |
| 230 | * Dissociated Press:: Dissociating text for fun. | 230 | * Dissociated Press:: Dissociating text for fun. |
| 231 | * Amusements:: Various games and hacks. | 231 | * Amusements:: Various games and hacks. |
| 232 | * Customization:: Modifying the behavior of Emacs. | 232 | * Customization:: Modifying the behavior of Emacs. |