(comint-next-prompt, comint-previous-prompt): Fix typos.
This commit is contained in:
parent
01af482e4d
commit
4d17edb136
1 changed files with 2 additions and 2 deletions
|
@ -2179,7 +2179,7 @@ If N is negative, find the previous or Nth previous match."
|
|||
"Move to end of Nth next prompt in the buffer.
|
||||
If `comint-use-prompt-regexp-instead-of-fields' is nil, then this means
|
||||
the beginning of the Nth next `input' field, otherwise, it means the Nth
|
||||
occurance of text matching `comint-prompt-regexp'."
|
||||
occurrence of text matching `comint-prompt-regexp'."
|
||||
(interactive "p")
|
||||
(if comint-use-prompt-regexp-instead-of-fields
|
||||
;; Use comint-prompt-regexp
|
||||
|
@ -2216,7 +2216,7 @@ occurance of text matching `comint-prompt-regexp'."
|
|||
"Move to end of Nth previous prompt in the buffer.
|
||||
If `comint-use-prompt-regexp-instead-of-fields' is nil, then this means
|
||||
the beginning of the Nth previous `input' field, otherwise, it means the Nth
|
||||
occurance of text matching `comint-prompt-regexp'."
|
||||
occurrence of text matching `comint-prompt-regexp'."
|
||||
(interactive "p")
|
||||
(comint-next-prompt (- n)))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue