diff options
| author | Juanma Barranquero | 2002-07-02 15:27:56 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2002-07-02 15:27:56 +0000 |
| commit | 95296eacc6487be0c920b9c27ea7d0342465fcc3 (patch) | |
| tree | e29c2214c709b4a89f993b245c04759fb7a171b4 | |
| parent | 2022c546c049914740f6f50846d4e5a31ccb8076 (diff) | |
| download | emacs-95296eacc6487be0c920b9c27ea7d0342465fcc3.tar.gz emacs-95296eacc6487be0c920b9c27ea7d0342465fcc3.zip | |
(syms_of_keymap): Fix typo.
| -rw-r--r-- | src/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keymap.c b/src/keymap.c index b7c4519cb01..b312d2516b8 100644 --- a/src/keymap.c +++ b/src/keymap.c | |||
| @@ -3574,7 +3574,7 @@ in the list takes precedence. */); | |||
| 3574 | 3574 | ||
| 3575 | DEFVAR_LISP ("minor-mode-overriding-map-alist", &Vminor_mode_overriding_map_alist, | 3575 | DEFVAR_LISP ("minor-mode-overriding-map-alist", &Vminor_mode_overriding_map_alist, |
| 3576 | doc: /* Alist of keymaps to use for minor modes, in current major mode. | 3576 | doc: /* Alist of keymaps to use for minor modes, in current major mode. |
| 3577 | This variable is a alist just like `minor-mode-map-alist', and it is | 3577 | This variable is an alist just like `minor-mode-map-alist', and it is |
| 3578 | used the same way (and before `minor-mode-map-alist'); however, | 3578 | used the same way (and before `minor-mode-map-alist'); however, |
| 3579 | it is provided for major modes to bind locally. */); | 3579 | it is provided for major modes to bind locally. */); |
| 3580 | Vminor_mode_overriding_map_alist = Qnil; | 3580 | Vminor_mode_overriding_map_alist = Qnil; |