diff options
| author | Nick Roberts | 2007-04-12 23:23:25 +0000 |
|---|---|---|
| committer | Nick Roberts | 2007-04-12 23:23:25 +0000 |
| commit | cb2ec9315ee1fdb2ffcb527fff76f217a3006177 (patch) | |
| tree | 9bd5fe853100a877083af6dbc9ab797ec0e96254 | |
| parent | 4a54c78a214d149bc32ddc6296a3fcb95ff1cc5e (diff) | |
| download | emacs-cb2ec9315ee1fdb2ffcb527fff76f217a3006177.tar.gz emacs-cb2ec9315ee1fdb2ffcb527fff76f217a3006177.zip | |
(Format of Keymaps): Remove spurious ")" from
value of lisp-mode-map.
| -rw-r--r-- | lispref/keymaps.texi | 2 |
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 | |||
| 255 | (24 . lisp-send-defun) | 255 | (24 . lisp-send-defun) |
| 256 | keymap | 256 | keymap |
| 257 | ;; @r{@kbd{M-C-q}, treated as @kbd{@key{ESC} C-q}} | 257 | ;; @r{@kbd{M-C-q}, treated as @kbd{@key{ESC} C-q}} |
| 258 | (17 . indent-sexp))) | 258 | (17 . indent-sexp)) |
| 259 | @end group | 259 | @end group |
| 260 | @group | 260 | @group |
| 261 | ;; @r{This part is inherited from @code{lisp-mode-shared-map}.} | 261 | ;; @r{This part is inherited from @code{lisp-mode-shared-map}.} |