emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Key sequence names


From: Alexander Klimov
Subject: Key sequence names
Date: Wed, 20 Dec 2006 18:13:51 +0200 (IST)

Hi.

Elisp documentation says (keymaps.texi, @section Key Sequences) that
`kbd' macro uses the same syntax as `Edit Keyboard Macro' and gives an
example:

  (kbd "C-M-<down>")

but if I edit a keyboard macro which contains [C-M-down], I see

  <C-M-down>            ;; down-list

Actually, both `<C-M-down>' and `C-M-<down>' works, but it would be
nice to have *standard* notation in the documentation that
is consistent with the actual output.

-- 
Regards,
ASK




reply via email to

[Prev in Thread] Current Thread [Next in Thread]