From 61c4714ee784ee0fa9ea0e81588ed91838d47569 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 27 Jan 2007 23:18:37 +0000 Subject: [PATCH] (viper-mode): Fix info ref in doc string. --- lisp/emulation/viper.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/emulation/viper.el b/lisp/emulation/viper.el index e8f58db3ce9..ddd37b16cc2 100644 --- a/lisp/emulation/viper.el +++ b/lisp/emulation/viper.el @@ -532,7 +532,7 @@ If Viper is enabled, turn it off. Otherwise, turn it on." ;;;###autoload (defun viper-mode () - "Turn on Viper emulation of Vi in Emacs. See Info node `(viper)Viper'." + "Turn on Viper emulation of Vi in Emacs. See Info node `(viper)Top'." (interactive) (if (not noninteractive) (progn -- 2.39.2