From: Nick Roberts Date: Thu, 12 Apr 2007 23:23:25 +0000 (+0000) Subject: (Format of Keymaps): Remove spurious ")" from X-Git-Tag: emacs-pretest-22.0.98~117 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cb2ec9315ee1fdb2ffcb527fff76f217a3006177;p=emacs.git (Format of Keymaps): Remove spurious ")" from value of lisp-mode-map. --- diff --git a/lispref/keymaps.texi b/lispref/keymaps.texi index d94de6d70f0..cd0ae7ec979 100644 --- a/lispref/keymaps.texi +++ b/lispref/keymaps.texi @@ -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}.}