mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 18:37:33 +00:00
(comint-next-prompt, comint-previous-prompt): Fix typos.
This commit is contained in:
parent
36624703b6
commit
4139e4c0e7
1 changed files with 2 additions and 2 deletions
|
|
@ -2157,7 +2157,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
|
||||
|
|
@ -2194,7 +2194,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 a new issue