(Format of Keymaps): Remove spurious ")" from

value of lisp-mode-map.
This commit is contained in:
Nick Roberts 2007-04-12 23:23:25 +00:00
parent 4a54c78a21
commit cb2ec9315e

View file

@ -255,7 +255,7 @@ lisp-mode-map
(24 . lisp-send-defun)
keymap
;; @r{@kbd{M-C-q}, treated as @kbd{@key{ESC} C-q}}
(17 . indent-sexp)))
(17 . indent-sexp))
@end group
@group
;; @r{This part is inherited from @code{lisp-mode-shared-map}.}