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 /lisp/textmodes | |
| 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 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/remember.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/textmodes/remember.el b/lisp/textmodes/remember.el index ceecbd9ba37..3f5227f908b 100644 --- a/lisp/textmodes/remember.el +++ b/lisp/textmodes/remember.el | |||
| @@ -118,7 +118,7 @@ | |||
| 118 | ;; | 118 | ;; |
| 119 | ;; * Using "remember" | 119 | ;; * Using "remember" |
| 120 | ;; | 120 | ;; |
| 121 | ;; As a rough beginning, what I do is to keep my .notes file in | 121 | ;; As a rough beginning, what I do is to keep my `remember-data-file' in |
| 122 | ;; outline-mode format, with a final entry called "* Raw data". Then, | 122 | ;; outline-mode format, with a final entry called "* Raw data". Then, |
| 123 | ;; at intervals, I can move the data that gets appended there into | 123 | ;; at intervals, I can move the data that gets appended there into |
| 124 | ;; other places. But certainly this should evolve into an intuitive | 124 | ;; other places. But certainly this should evolve into an intuitive |
| @@ -386,6 +386,7 @@ Subject: %s\n\n" | |||
| 386 | "The file in which to store unprocessed data. | 386 | "The file in which to store unprocessed data. |
| 387 | When set via customize, visited file of the notes buffer (if it | 387 | When set via customize, visited file of the notes buffer (if it |
| 388 | exists) might be changed." | 388 | exists) might be changed." |
| 389 | :version "24.4" ; added locate-user-emacs-file | ||
| 389 | :type 'file | 390 | :type 'file |
| 390 | :set (lambda (symbol value) | 391 | :set (lambda (symbol value) |
| 391 | (let ((buf (find-buffer-visiting (default-value symbol)))) | 392 | (let ((buf (find-buffer-visiting (default-value symbol)))) |