Mercurial > emacs
changeset 77151:8401cf53f231
(Format of Keymaps): Remove spurious ")" from
value of lisp-mode-map.
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Thu, 12 Apr 2007 23:23:25 +0000 |
parents | ee0bacb46934 |
children | 54e83bd9ac02 |
files | lispref/keymaps.texi |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/keymaps.texi Thu Apr 12 23:22:29 2007 +0000 +++ b/lispref/keymaps.texi Thu Apr 12 23:23:25 2007 +0000 @@ -255,7 +255,7 @@ (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}.}