Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Terminal browser: swap minibuffer prompts for p and P.
In a trace buffer, 'p' prompts for a pc value, and jumps to the next (later in time) occasion when that pc is visited. The capital version, 'P', does the same thing except that it jumps earlier in time. Unfortunately, their minibuffer prompts are back to front. 'p' was prompting "Go to previous visit to PC: ", and 'P' said "next", which is the opposite of what each one really does. I think it's all consistent now. The actual behaviour, the F10 help, and the minibuffer prompts all point in the same direction.
- Loading branch information