diff options
author | Xue Fuqiao <xfq@gnu.org> | 2014-02-23 07:14:49 +0800 |
---|---|---|
committer | Xue Fuqiao <xfq@gnu.org> | 2014-02-23 07:14:49 +0800 |
commit | 1cf4cf5647a208b55ac690bd4f2388227aeb302a (patch) | |
tree | f4262730d2a44eea0f042a223f486aa1689bfce6 /doc/misc | |
parent | ca58fa737d4c91d132c127e4190a08dd75837190 (diff) | |
download | emacs-1cf4cf5647a208b55ac690bd4f2388227aeb302a.tar.gz |
Some remember doc
* doc/misc/remember.texi (Quick Start): Add an index.
(Function Reference, Quick Start): Add cross-references.
Diffstat (limited to 'doc/misc')
-rw-r--r-- | doc/misc/ChangeLog | 5 | ||||
-rw-r--r-- | doc/misc/remember.texi | 17 |
2 files changed, 15 insertions, 7 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 7dbf46cf1a2..cdd0bc9472f 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,3 +1,8 @@ +2014-02-22 Xue Fuqiao <xfq@gnu.org> + + * remember.texi (Quick Start): Add an index. + (Function Reference, Quick Start): Add cross-references. + 2014-02-21 Glenn Morris <rgm@gnu.org> * flymake.texi (Starting the syntax check process): Grammar fix. diff --git a/doc/misc/remember.texi b/doc/misc/remember.texi index 2607d2ce37f..28cac08c483 100644 --- a/doc/misc/remember.texi +++ b/doc/misc/remember.texi @@ -79,7 +79,7 @@ Backends @node Preface @chapter Preface -This document describes remember-el, which was written by John Wiegley, +This document describes remember.el, which was written by John Wiegley, was once maintained by Sacha Chua, and is now maintained by the Emacs developers. @@ -205,14 +205,16 @@ appended there into other files, or reorganize your document. You can also store remembered data in other backends. @xref{Backends}. -Here is one way to map the remember functions in your init file to -very accessible keystrokes facilities using the mode: +Here is one way to map the remember functions in your init file +(@pxref{Init File, , The Emacs Initialization File, emacs, GNU Emacs +Manual}) to very accessible keystrokes facilities using the mode: @lisp (define-key global-map (kbd "<f9> r") 'remember) (define-key global-map (kbd "<f9> R") 'remember-region) @end lisp +@cindex annotation By default, remember uses the first annotation returned by @code{remember-annotation-functions}. To include all of the annotations, set @code{remember-run-all-annotation-functions-flag} to a @@ -280,10 +282,11 @@ Destroy the current remember buffer. @end defun @defun remember-mode -This enters the major mode for output from @code{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. +This enters the major mode (@pxref{Major Modes, , Major Modes, emacs, +GNU Emacs Manual}) for output from @code{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 @defun remember-notes &optional switch-to |