# HG changeset patch # User Michael Olson # Date 1193709229 0 # Node ID c00d89ba4e042b51cac0414e8679bbb5d5bc34b2 # Parent 32a99bd66e4c81c6ae6e333e1d0edf57b14c92eb Reorganize chapters in Remember Manual diff -r 32a99bd66e4c -r c00d89ba4e04 doc/misc/ChangeLog --- 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 - * 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 diff -r 32a99bd66e4c -r c00d89ba4e04 doc/misc/remember.texi --- 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