summaryrefslogtreecommitdiff
path: root/lispref/keymaps.texi
diff options
context:
space:
mode:
authorNick Roberts <nickrob@snap.net.nz>2007-04-12 23:23:25 +0000
committerNick Roberts <nickrob@snap.net.nz>2007-04-12 23:23:25 +0000
commita7eaa02f39f60e231e39c219a4d7be4418a4137c (patch)
treedd4fc7f263b212df272be01e4edf42a6745f1565 /lispref/keymaps.texi
parent4a091d67277c23a12f036a6d1324172e51e4e4e4 (diff)
downloademacs-a7eaa02f39f60e231e39c219a4d7be4418a4137c.tar.gz
(Format of Keymaps): Remove spurious ")" from
value of lisp-mode-map.
Diffstat (limited to 'lispref/keymaps.texi')
-rw-r--r--lispref/keymaps.texi2
1 files changed, 1 insertions, 1 deletions
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}.}