+2007-11-03 Michael Olson <mwolson@gnu.org>
+
+ * remember.texi: Change mentions of remember-buffer to
+ remember-finalize throughout.
+
2007-10-30 Michael Olson <mwolson@gnu.org>
* remember.texi (Copying): Remove.
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.
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
@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
+2007-11-03 Michael Olson <mwolson@gnu.org>
+
+ * textmodes/remember.el (remember-buffer): Use
+ define-obsolete-function-alias rather than defalias.
+
2007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
* simple.el (bad-packages-alist): Anchor semantic regexp.
(remember-region (point-min) (point-max)))
;; Org needs this
-(defalias 'remember-buffer 'remember-finalize)
+(define-obsolete-function-alias 'remember-buffer 'remember-finalize)
(defun remember-destroy ()
"Destroy the current *Remember* buffer."