Skip to content

Commit

Permalink
Clarify manual section.
Browse files Browse the repository at this point in the history
The <down> and <up> bindings are only bound in the *sly-completions*
buffer, whereas C-n and C-p are bound in the buffer originating
a *sly-completions* buffer.
  • Loading branch information
aadcg committed Sep 5, 2022
1 parent 6c5bd14 commit 2a308ff
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions doc/sly.texi
Original file line number Diff line number Diff line change
Expand Up @@ -1258,14 +1258,12 @@ momentarily diverted to it:

@table @kbd
@item C-n
@itemx <down>
@itemx M-x sly-next-completion
@kindex C-n
@findex sly-next-completion
Select the next completion.

@item C-p
@itemx <up>
@itemx M-x sly-prev-completion
@kindex C-p
@findex sly-prev-completion
Expand All @@ -1279,8 +1277,8 @@ Select the previous completion.
Choose the currently selected completion and enter it at point.
@end table

As soon as the user selects a completion or gives up by
pressing @kbd{C-g} or moves out of the symbol being completed, the
As soon as the user selects a completion, gives up by pressing
@kbd{C-g}, or moves out of the symbol being completed, the
@code{*sly-completions*} buffer is closed.

@node Interactive objects
Expand Down

0 comments on commit 2a308ff

Please sign in to comment.