emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master a711f70: * lisp/savehist.el: Doc fix.


From: Stefan Kangas
Subject: master a711f70: * lisp/savehist.el: Doc fix.
Date: Tue, 18 Aug 2020 13:46:29 -0400 (EDT)

branch: master
commit a711f7012545231a77ff4c5b33af87611701a212
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    * lisp/savehist.el: Doc fix.
---
 lisp/savehist.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/savehist.el b/lisp/savehist.el
index fcfdb47..4e52efe 100644
--- a/lisp/savehist.el
+++ b/lisp/savehist.el
@@ -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'.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]