(viper-mode): Fix info ref in doc string.
This commit is contained in:
parent
a6d231bb5d
commit
61c4714ee7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue