]> code.delx.au - gnu-emacs/blobdiff - lisp/emulation/viper-init.el
Update copyright year to 2015
[gnu-emacs] / lisp / emulation / viper-init.el
index aa90344d195bbcd60708af142e57dd0f1de8fa96..75932a80d44d609fc8efb294cb32dfdb1ab56ef2 100644 (file)
@@ -1,6 +1,6 @@
 ;;; viper-init.el --- some common definitions for Viper
 
-;; Copyright (C) 1997-2013 Free Software Foundation, Inc.
+;; Copyright (C) 1997-2015 Free Software Foundation, Inc.
 
 ;; Author: Michael Kifer <kifer@cs.stonybrook.edu>
 ;; Package: viper
@@ -922,7 +922,7 @@ value refers to the number of characters affected."
 
 (defcustom viper-vi-style-in-minibuffer t
   "If t, use vi-style editing in minibuffer.
-Should be set in `~/.viper' file."
+Should be set in `viper-custom-file-name'."
   :type 'boolean
   :group 'viper)