changeset 85775:c00d89ba4e04

Reorganize chapters in Remember Manual
author Michael Olson <mwolson@gnu.org>
date Tue, 30 Oct 2007 01:53:49 +0000
parents 32a99bd66e4c
children b63016d25aa6
files doc/misc/ChangeLog doc/misc/remember.texi
diffstat 2 files changed, 63 insertions(+), 53 deletions(-) [+]
line wrap: on
line diff
--- a/doc/misc/ChangeLog	Tue Oct 30 01:44:17 2007 +0000
+++ b/doc/misc/ChangeLog	Tue Oct 30 01:53:49 2007 +0000
@@ -1,6 +1,9 @@
 2007-10-30  Michael Olson  <mwolson@gnu.org>
 
-	* remember.texi: New file containing the Remember Mode Manual.
+	* remember.texi: New file containing the Remember Mode Manual.  Shuffle
+	chapters around after initial import.
+	(Function Reference): Split Keystrokes into separate chapter.
+	(Keystrokes): Document C-c C-k.
 
 2007-10-29  Michael Albinus  <michael.albinus@gmx.de>
 
--- a/doc/misc/remember.texi	Tue Oct 30 01:44:17 2007 +0000
+++ b/doc/misc/remember.texi	Tue Oct 30 01:53:49 2007 +0000
@@ -55,8 +55,9 @@
 * Installation::                How to install Remember.
 * Implementation::              How Remember came into existence.
 * Quick Start::                 Get started using Remember.
+* Function Reference::          Interactive functions in remember.el.
+* Keystrokes::                  Keystrokes bound in Remember Mode.
 * Backends::                    Backends for saving notes.
-* Function Reference::          Interactive functions in remember.el.
 * Copying::                     The GNU General Public License gives you
                                   permission to redistribute Remember on
                                   certain terms; it also explains that
@@ -188,7 +189,7 @@
 hierarchy.  Well, as the future arrives, hopefully experience and user
 feedback will help to make this as intuitive a tool as possible.
 
-@node Quick Start, Backends, Implementation, Top
+@node Quick Start, Function Reference, Implementation, Top
 @comment  node-name,  next,  previous,  up
 @chapter Quick Start
 
@@ -266,7 +267,61 @@
   (call-interactively 'remember)))
 @end lisp
 
-@node Backends, Function Reference, Quick Start, Top
+@node Function Reference, Keystrokes, Quick Start, Top
+@comment  node-name,  next,  previous,  up
+@chapter Function Reference
+
+@file{remember.el} defines the following interactive functions:
+
+@defun remember initial
+Remember an arbitrary piece of data. With a prefix, it will use the
+region as @var{initial}.
+@end defun
+
+@defun remember-region beg end
+If called from within the remember buffer, @var{beg} and @var{end} are
+ignored, and the entire buffer will be remembered.  If called from any
+other buffer, that region, plus any context information specific to
+that region, will be remembered.
+@end defun
+
+@defun remember-clipboard
+Remember the contents of the current clipboard.  This is most useful
+for remembering things from Netscape or other X Windows applications.
+@end defun
+
+@defun remember-buffer
+Remember the contents of the current buffer.
+@end defun
+
+@defun remember-mode
+This enters the major mode for output from @command{remember}.  This
+buffer is used to collect data that you want remember.  Just hit
+@kbd{C-c C-c} when you're done entering, and it will go ahead and file
+the data for latter retrieval, and possible indexing.
+@end defun
+
+@node Keystrokes, Backends, Function Reference, Top
+@comment  node-name,  next,  previous,  up
+@chapter Keystroke Reference
+
+@file{remember.el} defines the following keybindings by default:
+
+@table @kbd
+
+@item C-c C-c (`remember-buffer')
+Remember the contents of the current buffer.
+
+@item C-c C-k (`remember-destroy')
+Destroy the current *Remember* buffer.
+
+@item C-x C-s (`remember-buffer')
+Remember the contents of the current buffer.
+
+@end table
+
+@node Backends, Copying, Keystrokes, Top
+@comment  node-name,  next,  previous,  up
 @chapter Backends
 
 You can save remembered notes to a variety of backends.
@@ -399,55 +454,7 @@
 @file{remember-planner.el} does not define any interactive functions
 or keybindings.
 
-@node Function Reference, Copying, Backends, Top
-@comment  node-name,  next,  previous,  up
-@chapter Function Reference
-
-@subheading Interactive functions
-
-@file{remember.el} defines the following interactive functions:
-
-@defun remember initial
-Remember an arbitrary piece of data. With a prefix, it will use the
-region as @var{initial}.
-@end defun
-
-@defun remember-region beg end
-If called from within the remember buffer, @var{beg} and @var{end} are
-ignored, and the entire buffer will be remembered.  If called from any
-other buffer, that region, plus any context information specific to
-that region, will be remembered.
-@end defun
-
-@defun remember-clipboard
-Remember the contents of the current clipboard.  This is most useful
-for remembering things from Netscape or other X Windows applications.
-@end defun
-
-@defun remember-buffer
-Remember the contents of the current buffer.
-@end defun
-
-@defun remember-mode
-This enters the major mode for output from @command{remember}.  This
-buffer is used to collect data that you want remember.  Just hit
-@kbd{C-c C-c} when you're done entering, and it will go ahead and file
-the data for latter retrieval, and possible indexing.
-@end defun
-
-@subheading Keystrokes
-
-@file{remember.el} defines the following keybindings by default:
-
-@table @kbd
-
-@item C-x C-s (`remember-buffer')
-
-@item C-c C-c (`remember-buffer')
-
-@end table
-
-@node Copying, GNU Free Documentation License, Function Reference, Top
+@node Copying, GNU Free Documentation License, Backends, Top
 @comment  node-name,  next,  previous,  up
 @appendix GNU GENERAL PUBLIC LICENSE
 @include gpl.texi