diff options
| author | Glenn Morris | 2014-01-26 18:02:28 -0800 |
|---|---|---|
| committer | Glenn Morris | 2014-01-26 18:02:28 -0800 |
| commit | ece4bae50f6ca8d03d076aa33eedd014a3af8c41 (patch) | |
| tree | 66910ffa712f0643475284089989667641d1d5d2 /doc/misc/remember.texi | |
| parent | 6ea71a445d523ff95a2cd6ae0cbde8bd7ca8d878 (diff) | |
| download | emacs-ece4bae50f6ca8d03d076aa33eedd014a3af8c41.tar.gz emacs-ece4bae50f6ca8d03d076aa33eedd014a3af8c41.zip | |
Doc, comment, etc updates for increased use of locate-user-emacs-file
This should have been a prerequisite for making these changes in the
first place.
* doc/emacs/calendar.texi (Time Intervals):
* doc/misc/idlwave.texi (Lesson III---User Catalog, Online Help)
(Starting the Shell, Catalogs, User Catalog):
* doc/misc/remember.texi (Quick Start):
* doc/misc/viper.texi:
* doc/misc/vip.texi (Customization, Customizing Constants)
(Customizing Key Bindings): Update for files being in ~/.emacs.d/.
* lisp/ido.el (ido-save-directory-list-file):
* lisp/saveplace.el (save-place-file):
* lisp/calendar/timeclock.el (timeclock-file):
* lisp/net/quickurl.el (quickurl-url-file):
* lisp/obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
* lisp/progmodes/idlwave.el (idlwave-config-directory):
* lisp/textmodes/remember.el (remember-data-file):
Bump :version.
* lisp/shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
* lisp/strokes.el (strokes-file): Doc fix. Bump :version.
(strokes-help): Doc fix.
* lisp/emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
* lisp/emulation/viper.el (viper): Doc fix for custom group.
(top-level): Remove oh-so-no-longer-relevant text about vip.
* lisp/obsolete/otodo-mode.el (todo-prefix): Doc fix.
* etc/NEWS: Related edits.
Diffstat (limited to 'doc/misc/remember.texi')
| -rw-r--r-- | doc/misc/remember.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/misc/remember.texi b/doc/misc/remember.texi index a32c71f7d66..d9c11cea424 100644 --- a/doc/misc/remember.texi +++ b/doc/misc/remember.texi | |||
| @@ -203,7 +203,7 @@ Type @kbd{C-c C-c} (@code{remember-finalize}) to save the note and close | |||
| 203 | the @samp{*Remember*} buffer. | 203 | the @samp{*Remember*} buffer. |
| 204 | @end itemize | 204 | @end itemize |
| 205 | 205 | ||
| 206 | By default, @code{remember-finalize} saves the note in @file{~/.notes}. | 206 | By default, @code{remember-finalize} saves the note in @file{~/emacs.d/notes}. |
| 207 | You can edit it now to see the remembered and timestamped note. You | 207 | You can edit it now to see the remembered and timestamped note. You |
| 208 | can edit this file however you want. New entries will always be added | 208 | can edit this file however you want. New entries will always be added |
| 209 | to the end. | 209 | to the end. |
| @@ -213,7 +213,7 @@ remember} displays a @samp{*Remember*} buffer with the region as the | |||
| 213 | initial contents. | 213 | initial contents. |
| 214 | 214 | ||
| 215 | As a simple beginning, you can start by using the Text File backend, | 215 | As a simple beginning, you can start by using the Text File backend, |
| 216 | keeping your @file{~/.notes} file in outline-mode format, with a final | 216 | keeping your @file{~/.emacs.d/notes} file in outline-mode format, with a final |
| 217 | entry called @samp{* Raw data}. Remembered data will be added to the | 217 | entry called @samp{* Raw data}. Remembered data will be added to the |
| 218 | end of the file. Every so often, you can move the data that gets | 218 | end of the file. Every so often, you can move the data that gets |
| 219 | appended there into other files, or reorganize your document. | 219 | appended there into other files, or reorganize your document. |