emacs-devel
[Top][All Lists]
Advanced

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

Inconsistency in the result from substitute-command-keys


From: Lennart Borgman
Subject: Inconsistency in the result from substitute-command-keys
Date: Wed, 10 Aug 2005 02:01:11 +0200
User-agent: Mozilla Thunderbird 1.0.6 (Windows/20050716)

When doing this

     (insert (substitute-command-keys
"To scroll help use \\[scroll-other-window-down] and \\[scroll-other-window].\n\n")))

I get

    To scroll help use <M-prior> and C-M-v.

It looks a bit inconsistent. If check with C-h w it looks ok:

   scroll-other-window-down is on <M-prior>, C-M-S-v, ESC <prior>
   scroll-other-window is on <M-next>, C-M-v, ESC <next>




reply via email to

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