From cb2ec9315ee1fdb2ffcb527fff76f217a3006177 Mon Sep 17 00:00:00 2001 From: Nick Roberts Date: Thu, 12 Apr 2007 23:23:25 +0000 Subject: [PATCH] (Format of Keymaps): Remove spurious ")" from value of lisp-mode-map. --- lispref/keymaps.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}.} -- 2.39.5