diff options
| author | Eli Zaretskii | 2015-11-28 15:43:07 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2015-11-28 15:43:07 +0200 |
| commit | 74646d1d1cf807b5fb534c38dbe65c58d31416d0 (patch) | |
| tree | e7f9e08cb0124a23670e685fe48cc4de22276938 /doc | |
| parent | 71d23f9503b2a632fc20299751bf0486131e15c9 (diff) | |
| download | emacs-74646d1d1cf807b5fb534c38dbe65c58d31416d0.tar.gz emacs-74646d1d1cf807b5fb534c38dbe65c58d31416d0.zip | |
Finalize documentation of 'custom-prompt-customize-unsaved-options'
* doc/emacs/custom.texi (Saving Customizations): Index the new
function 'custom-prompt-customize-unsaved-options'.
* etc/NEWS: Mention when 'custom-prompt-customize-unsaved-options'
is useful.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/custom.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/emacs/custom.texi b/doc/emacs/custom.texi index 8441c889bbf..30e040195e8 100644 --- a/doc/emacs/custom.texi +++ b/doc/emacs/custom.texi | |||
| @@ -403,6 +403,8 @@ customizations in your initialization file. This is because saving | |||
| 403 | customizations from such a session would wipe out all the other | 403 | customizations from such a session would wipe out all the other |
| 404 | customizations you might have on your initialization file. | 404 | customizations you might have on your initialization file. |
| 405 | 405 | ||
| 406 | @cindex unsaved customizations, reminder to save | ||
| 407 | @findex custom-prompt-customize-unsaved-options | ||
| 406 | Please note that any customizations you have not chosen to save for | 408 | Please note that any customizations you have not chosen to save for |
| 407 | future sessions will be lost when you terminate Emacs. If you'd like | 409 | future sessions will be lost when you terminate Emacs. If you'd like |
| 408 | to be prompted about unsaved customizations at termination time, add | 410 | to be prompted about unsaved customizations at termination time, add |