]> git.eshelyaron.com Git - emacs.git/commitdiff
(Format of Keymaps): Remove spurious ")" from
authorNick Roberts <nickrob@snap.net.nz>
Thu, 12 Apr 2007 23:23:25 +0000 (23:23 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Thu, 12 Apr 2007 23:23:25 +0000 (23:23 +0000)
value of lisp-mode-map.

lispref/keymaps.texi

index d94de6d70f02b04c29b549fc77f03120b489766d..cd0ae7ec97935e5d629ae4f6aab8ae0820ff06e7 100644 (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}.}