diff options
| author | Vibhav Pant | 2020-08-21 14:04:35 +0530 |
|---|---|---|
| committer | Vibhav Pant | 2020-08-21 14:04:35 +0530 |
| commit | f0f8d7b82492e741950c363a03b886965c91b1b0 (patch) | |
| tree | 19b716830b1ebabc0d7d75949c4e6800c0f104ad /lisp/savehist.el | |
| parent | 9e64a087c4d167e7ec1c4e22bea3e6af53b563de (diff) | |
| parent | c818c29771d3cb51875643b2f6c894073e429dd2 (diff) | |
| download | emacs-feature/native-comp-macos-fixes.tar.gz emacs-feature/native-comp-macos-fixes.zip | |
Merge branch 'feature/native-comp' into feature/native-comp-macos-fixesfeature/native-comp-macos-fixes
Diffstat (limited to 'lisp/savehist.el')
| -rw-r--r-- | lisp/savehist.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/savehist.el b/lisp/savehist.el index fcfdb47c7e8..4e52efe7f1a 100644 --- a/lisp/savehist.el +++ b/lisp/savehist.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Hrvoje Nikšić <hrvoje.niksic@avl.com> | 5 | ;; Author: Hrvoje Nikšić <hrvoje.niksic@avl.com> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | 6 | ;; Maintainer: emacs-devel@gnu.org |
| 7 | ;; Keywords: minibuffer | 7 | ;; Keywords: convenience, minibuffer |
| 8 | ;; Version: 24 | 8 | ;; Version: 24 |
| 9 | 9 | ||
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| @@ -27,7 +27,7 @@ | |||
| 27 | ;; Many editors (e.g. Vim) have the feature of saving minibuffer | 27 | ;; Many editors (e.g. Vim) have the feature of saving minibuffer |
| 28 | ;; history to an external file after exit. This package provides the | 28 | ;; history to an external file after exit. This package provides the |
| 29 | ;; same feature in Emacs. When set up, it saves recorded minibuffer | 29 | ;; same feature in Emacs. When set up, it saves recorded minibuffer |
| 30 | ;; histories to a file (`~/.emacs-history' by default). Additional | 30 | ;; histories to a file (`~/.emacs.d/history' by default). Additional |
| 31 | ;; variables may be specified by customizing | 31 | ;; variables may be specified by customizing |
| 32 | ;; `savehist-additional-variables'. | 32 | ;; `savehist-additional-variables'. |
| 33 | 33 | ||