* lisp/savehist.el: Doc fix.
This commit is contained in:
parent
495aa532f1
commit
a711f70125
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: Hrvoje Nikšić <hrvoje.niksic@avl.com>
|
||||
;; Maintainer: emacs-devel@gnu.org
|
||||
;; Keywords: minibuffer
|
||||
;; Keywords: convenience, minibuffer
|
||||
;; Version: 24
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
@ -27,7 +27,7 @@
|
|||
;; Many editors (e.g. Vim) have the feature of saving minibuffer
|
||||
;; history to an external file after exit. This package provides the
|
||||
;; same feature in Emacs. When set up, it saves recorded minibuffer
|
||||
;; histories to a file (`~/.emacs-history' by default). Additional
|
||||
;; histories to a file (`~/.emacs.d/history' by default). Additional
|
||||
;; variables may be specified by customizing
|
||||
;; `savehist-additional-variables'.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue