aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emulation
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/emulation')
-rw-r--r--lisp/emulation/viper-keym.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emulation/viper-keym.el b/lisp/emulation/viper-keym.el
index 250c292d72e..272556d3bae 100644
--- a/lisp/emulation/viper-keym.el
+++ b/lisp/emulation/viper-keym.el
@@ -502,7 +502,7 @@ ALIST is of the form ((key . func) (key . func) ...)
502Normally, this would be called from a hook to a major mode or 502Normally, this would be called from a hook to a major mode or
503on a per buffer basis. 503on a per buffer basis.
504Usage: 504Usage:
505 (viper-add-local-keys state '((key-str . func) (key-str . func)...)) " 505 (viper-add-local-keys state \\='((key-str . func) (key-str . func)...)) "
506 506
507 (let (map) 507 (let (map)
508 (cond ((eq state 'vi-state) 508 (cond ((eq state 'vi-state)