mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
(viper-mode): Fix info ref in doc string.
This commit is contained in:
parent
a6d231bb5d
commit
61c4714ee7
@ -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…
Reference in New Issue
Block a user