comparison doc/misc/remember.texi @ 85913:047b6a6087c2

Remember: Use define-obsolete-function-alias for `remember-buffer'.
author Michael Olson <mwolson@gnu.org>
date Sat, 03 Nov 2007 20:45:20 +0000
parents 2a9d361b3986
children 25de6f4a58d8
comparison
equal deleted inserted replaced
85912:7c8efc54844c 85913:047b6a6087c2
200 Type in what you want to remember. The first line will be treated as 200 Type in what you want to remember. The first line will be treated as
201 the headline, and the rest of the buffer will contain the body of the 201 the headline, and the rest of the buffer will contain the body of the
202 note. 202 note.
203 203
204 @item 204 @item
205 Type @kbd{C-c C-c} (@code{remember-buffer}) to save the note and close 205 Type @kbd{C-c C-c} (@code{remember-finalize}) to save the note and close
206 the @samp{*Remember*} buffer. 206 the @samp{*Remember*} buffer.
207 @end itemize 207 @end itemize
208 208
209 By default, @code{remember-buffer} saves the note in @file{~/.notes}. 209 By default, @code{remember-finalize} saves the note in @file{~/.notes}.
210 You can edit it now to see the remembered and timestamped note. You 210 You can edit it now to see the remembered and timestamped note. You
211 can edit this file however you want. New entries will always be added 211 can edit this file however you want. New entries will always be added
212 to the end. 212 to the end.
213 213
214 To remember a region of text, use the universal prefix. @kbd{C-u M-x 214 To remember a region of text, use the universal prefix. @kbd{C-u M-x
276 @defun remember-clipboard 276 @defun remember-clipboard
277 Remember the contents of the current clipboard. This is most useful 277 Remember the contents of the current clipboard. This is most useful
278 for remembering things from Netscape or other X Windows applications. 278 for remembering things from Netscape or other X Windows applications.
279 @end defun 279 @end defun
280 280
281 @defun remember-buffer 281 @defun remember-finalize
282 Remember the contents of the current buffer. 282 Remember the contents of the current buffer.
283 @end defun 283 @end defun
284 284
285 @defun remember-mode 285 @defun remember-mode
286 This enters the major mode for output from @command{remember}. This 286 This enters the major mode for output from @command{remember}. This
295 295
296 @file{remember.el} defines the following keybindings by default: 296 @file{remember.el} defines the following keybindings by default:
297 297
298 @table @kbd 298 @table @kbd
299 299
300 @item C-c C-c (`remember-buffer') 300 @item C-c C-c (`remember-finalize')
301 Remember the contents of the current buffer. 301 Remember the contents of the current buffer.
302 302
303 @item C-c C-k (`remember-destroy') 303 @item C-c C-k (`remember-destroy')
304 Destroy the current *Remember* buffer. 304 Destroy the current *Remember* buffer.
305 305
306 @item C-x C-s (`remember-buffer') 306 @item C-x C-s (`remember-finalize')
307 Remember the contents of the current buffer. 307 Remember the contents of the current buffer.
308 308
309 @end table 309 @end table
310 310
311 @node Backends, GNU Free Documentation License, Keystrokes, Top 311 @node Backends, GNU Free Documentation License, Keystrokes, Top