mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-26 07:33:47 +00:00
(comint-next-prompt, comint-previous-prompt): Fix typos.
This commit is contained in:
parent
01af482e4d
commit
4d17edb136
@ -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…
Reference in New Issue
Block a user