diff options
| -rw-r--r-- | lisp/savehist.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/savehist.el b/lisp/savehist.el index f8c39a31cb5..97960199302 100644 --- a/lisp/savehist.el +++ b/lisp/savehist.el | |||
| @@ -135,7 +135,8 @@ If set to nil, disables timer-based autosaving." | |||
| 135 | "Hook called by `savehist-save' before saving the variables. | 135 | "Hook called by `savehist-save' before saving the variables. |
| 136 | You can use this hook to influence choice and content of variables to | 136 | You can use this hook to influence choice and content of variables to |
| 137 | save." | 137 | save." |
| 138 | :type 'hook) | 138 | :type 'hook |
| 139 | :group 'savehist) | ||
| 139 | 140 | ||
| 140 | ;; This should be capable of representing characters used by Emacs. | 141 | ;; This should be capable of representing characters used by Emacs. |
| 141 | ;; We prefer UTF-8 over ISO 2022 because it is well-known outside | 142 | ;; We prefer UTF-8 over ISO 2022 because it is well-known outside |