aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc/remember.texi
diff options
context:
space:
mode:
authorMichael Olson <[email protected]>2007-11-03 20:45:20 +0000
committerMichael Olson <[email protected]>2007-11-03 20:45:20 +0000
commit6159985a125d89084f7b7339982382ec263e8943 (patch)
treec04b8cd734e9fa4bb9b39dfbfc330e96225c0b91 /doc/misc/remember.texi
parentc5eb76e4a91e5112c70468a6cc5751659790b9cc (diff)
Remember: Use define-obsolete-function-alias for `remember-buffer'.
Diffstat (limited to 'doc/misc/remember.texi')
-rw-r--r--doc/misc/remember.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/misc/remember.texi b/doc/misc/remember.texi
index 8b981232b9..41d1777bf5 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