diff options
Diffstat (limited to 'lisp/emulation')
| -rw-r--r-- | lisp/emulation/viper-keym.el | 2 |
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) ...) | |||
| 502 | Normally, this would be called from a hook to a major mode or | 502 | Normally, this would be called from a hook to a major mode or |
| 503 | on a per buffer basis. | 503 | on a per buffer basis. |
| 504 | Usage: | 504 | Usage: |
| 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) |