]> code.delx.au - gnu-emacs/blobdiff - doc/misc/remember.texi
* org.texi (Footnotes, Tables in HTML export): Fix typos.
[gnu-emacs] / doc / misc / remember.texi
index 1153d4b5679ee1ada079e2ac268532dd355e38c7..f9b75e1be005e4e6a7d412c25b4f70ca8ec569c2 100644 (file)
@@ -2,30 +2,34 @@
 @c %**start of header
 @setfilename ../../info/remember
 @settitle Remember Manual
-@c %**end of header
-
-@dircategory Emacs
-@direntry
-* Remember: (remember). Simple information manager for Emacs
-@end direntry
-
 @syncodeindex fn cp
+@c %**end of header
 
 @copying
 This manual is for Remember Mode, version 1.9
 
-Copyright @copyright{} 2001, 2004, 2005, 2007 Free Software Foundation, Inc.
+Copyright @copyright{} 2001, 2004, 2005, 2007, 2008, 2009, 2010
+Free Software Foundation, Inc.
 
 @quotation
 Permission is granted to copy, distribute and/or modify this document
-under the terms of the GNU Free Documentation License, Version 1.2
-or any later version published by the Free Software Foundation;
-with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
-Texts.  A copy of the license is included in the section entitled ``GNU
-Free Documentation License''.
+under the terms of the GNU Free Documentation License, Version 1.3 or
+any later version published by the Free Software Foundation; with no
+Invariant Sections, with the Front-Cover texts being ``A GNU Manual'',
+and with the Back-Cover Texts as in (a) below.  A copy of the license
+is included in the section entitled ``GNU Free Documentation License''.
+
+(a) The FSF's Back-Cover Text is: ``You have the freedom to copy and
+modify this GNU manual.  Buying copies from the FSF supports it in
+developing GNU and promoting software freedom.''
 @end quotation
 @end copying
 
+@dircategory Emacs
+@direntry
+* Remember: (remember).         Simple information manager for Emacs.
+@end direntry
+
 @titlepage
 @title Guide to Remember Mode
 @subtitle a simple information manager
@@ -38,7 +42,6 @@ Free Documentation License''.
 @insertcopying
 @end titlepage
 
-@c So the toc is printed at the start
 @contents
 
 @ifnottex
@@ -202,11 +205,11 @@ the headline, and the rest of the buffer will contain the body of the
 note.
 
 @item
-Type @kbd{C-c C-c} (@code{remember-buffer}) to save the note and close
+Type @kbd{C-c C-c} (@code{remember-finalize}) to save the note and close
 the @samp{*Remember*} buffer.
 @end itemize
 
-By default, @code{remember-buffer} saves the note in @file{~/.notes}.
+By default, @code{remember-finalize} saves the note in @file{~/.notes}.
 You can edit it now to see the remembered and timestamped note. You
 can edit this file however you want. New entries will always be added
 to the end.
@@ -278,7 +281,7 @@ 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
+@defun remember-finalize
 Remember the contents of the current buffer.
 @end defun
 
@@ -297,13 +300,13 @@ the data for latter retrieval, and possible indexing.
 
 @table @kbd
 
-@item C-c C-c (`remember-buffer')
+@item C-c C-c (`remember-finalize')
 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')
+@item C-x C-s (`remember-finalize')
 Remember the contents of the current buffer.
 
 @end table
@@ -350,7 +353,6 @@ The text used to begin each remember item.
 @subheading Insinuation
 
 @lisp
-(require 'remember-diary)
 (add-to-list 'remember-handler-functions 'remember-diary-extract-entries)
 @end lisp
 
@@ -358,6 +360,7 @@ The text used to begin each remember item.
 
 @defopt remember-diary-file
 File for extracted diary entries.
+If this is nil, then @code{diary-file} will be used instead."
 @end defopt
 
 @node Mailbox, Org, Diary, Backends
@@ -400,3 +403,7 @@ consult @ref{Remember, , , org}.
 @printindex cp
 
 @bye
+
+@ignore
+   arch-tag: 5b980db0-20cc-4167-b845-52dc11d53b9f
+@end ignore