diff options
author | Michael Olson <mwolson@gnu.org> | 2007-11-03 20:45:20 +0000 |
---|---|---|
committer | Michael Olson <mwolson@gnu.org> | 2007-11-03 20:45:20 +0000 |
commit | 6159985a125d89084f7b7339982382ec263e8943 (patch) | |
tree | c04b8cd734e9fa4bb9b39dfbfc330e96225c0b91 /doc/misc/remember.texi | |
parent | c5eb76e4a91e5112c70468a6cc5751659790b9cc (diff) | |
download | emacs-6159985a125d89084f7b7339982382ec263e8943.tar.gz emacs-6159985a125d89084f7b7339982382ec263e8943.tar.bz2 emacs-6159985a125d89084f7b7339982382ec263e8943.zip |
Remember: Use define-obsolete-function-alias for `remember-buffer'.
Diffstat (limited to 'doc/misc/remember.texi')
-rw-r--r-- | doc/misc/remember.texi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/misc/remember.texi b/doc/misc/remember.texi index 8b981232b9d..41d1777bf5a 100644 --- a/doc/misc/remember.texi +++ b/doc/misc/remember.texi @@ -202,11 +202,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 +278,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 +297,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 |