Next: , Previous: , Up: Usage   [Contents][Index]


2.8 Other Commands

When invoking a transient in a small frame, the transient window may not show the complete buffer, making it necessary to scroll, using the following commands. These commands are never shown in the transient window, and the key bindings are the same as for scroll-up-command and scroll-down-command in other buffers.

Command: transient-scroll-up arg

This command scrolls text of transient popup window upward ARG lines. If ARG is nil, then it scrolls near full screen. This is a wrapper around scroll-up-command (which see).

Command: transient-scroll-down arg

This command scrolls text of transient popup window down ARG lines. If ARG is nil, then it scrolls near full screen. This is a wrapper around scroll-down-command (which see).