emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/doc/misc/remember.texi,v


From: Michael W. Olson
Subject: [Emacs-diffs] Changes to emacs/doc/misc/remember.texi,v
Date: Tue, 30 Oct 2007 01:53:50 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Michael W. Olson <mwolson>      07/10/30 01:53:50

Index: remember.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/misc/remember.texi,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- remember.texi       30 Oct 2007 01:38:41 -0000      1.1
+++ remember.texi       30 Oct 2007 01:53:49 -0000      1.2
@@ -55,8 +55,9 @@
 * Installation::                How to install Remember.
 * Implementation::              How Remember came into existence.
 * Quick Start::                 Get started using Remember.
-* Backends::                    Backends for saving notes.
 * Function Reference::          Interactive functions in remember.el.
+* Keystrokes::                  Keystrokes bound in Remember Mode.
+* Backends::                    Backends for saving notes.
 * 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.
 
address@hidden Quick Start, Backends, Implementation, Top
address@hidden Quick Start, Function Reference, Implementation, Top
 @comment  node-name,  next,  previous,  up
 @chapter Quick Start
 
@@ -266,7 +267,61 @@
   (call-interactively 'remember)))
 @end lisp
 
address@hidden Backends, Function Reference, Quick Start, Top
address@hidden Function Reference, Keystrokes, Quick Start, Top
address@hidden  node-name,  next,  previous,  up
address@hidden Function Reference
+
address@hidden defines the following interactive functions:
+
address@hidden remember initial
+Remember an arbitrary piece of data. With a prefix, it will use the
+region as @var{initial}.
address@hidden defun
+
address@hidden 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.
address@hidden defun
+
address@hidden remember-clipboard
+Remember the contents of the current clipboard.  This is most useful
+for remembering things from Netscape or other X Windows applications.
address@hidden defun
+
address@hidden remember-buffer
+Remember the contents of the current buffer.
address@hidden defun
+
address@hidden 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
address@hidden C-c} when you're done entering, and it will go ahead and file
+the data for latter retrieval, and possible indexing.
address@hidden defun
+
address@hidden Keystrokes, Backends, Function Reference, Top
address@hidden  node-name,  next,  previous,  up
address@hidden Keystroke Reference
+
address@hidden defines the following keybindings by default:
+
address@hidden @kbd
+
address@hidden C-c C-c (`remember-buffer')
+Remember the contents of the current buffer.
+
address@hidden C-c C-k (`remember-destroy')
+Destroy the current *Remember* buffer.
+
address@hidden C-x C-s (`remember-buffer')
+Remember the contents of the current buffer.
+
address@hidden table
+
address@hidden Backends, Copying, Keystrokes, Top
address@hidden  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.
 
address@hidden Function Reference, Copying, Backends, Top
address@hidden  node-name,  next,  previous,  up
address@hidden Function Reference
-
address@hidden Interactive functions
-
address@hidden defines the following interactive functions:
-
address@hidden remember initial
-Remember an arbitrary piece of data. With a prefix, it will use the
-region as @var{initial}.
address@hidden defun
-
address@hidden 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.
address@hidden defun
-
address@hidden remember-clipboard
-Remember the contents of the current clipboard.  This is most useful
-for remembering things from Netscape or other X Windows applications.
address@hidden defun
-
address@hidden remember-buffer
-Remember the contents of the current buffer.
address@hidden defun
-
address@hidden 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
address@hidden C-c} when you're done entering, and it will go ahead and file
-the data for latter retrieval, and possible indexing.
address@hidden defun
-
address@hidden Keystrokes
-
address@hidden defines the following keybindings by default:
-
address@hidden @kbd
-
address@hidden C-x C-s (`remember-buffer')
-
address@hidden C-c C-c (`remember-buffer')
-
address@hidden table
-
address@hidden Copying, GNU Free Documentation License, Function Reference, Top
address@hidden Copying, GNU Free Documentation License, Backends, Top
 @comment  node-name,  next,  previous,  up
 @appendix GNU GENERAL PUBLIC LICENSE
 @include gpl.texi




reply via email to

[Prev in Thread] Current Thread [Next in Thread]