diff options
| author | Glenn Morris | 2014-02-19 00:34:45 -0800 |
|---|---|---|
| committer | Glenn Morris | 2014-02-19 00:34:45 -0800 |
| commit | 95160c901a9bc780f30982002b9fcded5b436308 (patch) | |
| tree | 66a2cf9041f19d4e00e74b1e134d10baf90ffed3 /etc | |
| parent | 6cdb34f31fcccb19e0a9e5f2853c1d5fffc87a11 (diff) | |
| download | emacs-95160c901a9bc780f30982002b9fcded5b436308.tar.gz emacs-95160c901a9bc780f30982002b9fcded5b436308.zip | |
Some remember doc
* doc/misc/remember.texi: Copyedits.
(Quick Start): No need for manual autoloads. Mention remember-notes.
(Function Reference): Update arguments. Add new commands.
* lisp/textmodes/remember.el: Set maintainer to emacs-devel
according to remember.texi.
Move provide statement to end.
(remember-mode-map, remember-notes-mode-map, remember-notes-mode)
(remember-notes): Doc fixes.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 10 |
1 files changed, 3 insertions, 7 deletions
| @@ -713,13 +713,9 @@ along with the non-SMIE indentation code. | |||
| 713 | 713 | ||
| 714 | ** Remember | 714 | ** Remember |
| 715 | 715 | ||
| 716 | *** The new command `remember-notes' creates a buffer that is saved on | 716 | +++ |
| 717 | `kill-emacs'. You can think of it as a *scratch* buffer whose content | 717 | *** The new command `remember-notes' creates a buffer that is saved on exit. |
| 718 | is preserved. In fact, it was designed as a replacement for *scratch* | 718 | You can use it as a more permanent *scratch* buffer. |
| 719 | buffer and can be used that way by setting `initial-buffer-choice' to | ||
| 720 | `remember-notes' and `remember-notes-buffer-name' to "*scratch*". | ||
| 721 | Without the second change, the *scratch* buffer will still be there | ||
| 722 | for notes that do not need to be preserved. | ||
| 723 | 719 | ||
| 724 | +++ | 720 | +++ |
| 725 | *** Remember can now store notes in separate files. | 721 | *** Remember can now store notes in separate files. |