mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
; Fix typos
This commit is contained in:
parent
48a62c5546
commit
920a7d38e9
10 changed files with 43 additions and 43 deletions
|
|
@ -252,7 +252,7 @@ the default otherwise."
|
|||
"Step forward completions by one entry.
|
||||
Second entry becomes the first and can be selected with
|
||||
`icomplete-force-complete-and-exit'.
|
||||
Return non-nil iff something was stepped."
|
||||
Return non-nil if something was stepped."
|
||||
(interactive)
|
||||
(let* ((beg (icomplete--field-beg))
|
||||
(end (icomplete--field-end))
|
||||
|
|
@ -270,7 +270,7 @@ Return non-nil iff something was stepped."
|
|||
"Step backward completions by one entry.
|
||||
Last entry becomes the first and can be selected with
|
||||
`icomplete-force-complete-and-exit'.
|
||||
Return non-nil iff something was stepped."
|
||||
Return non-nil if something was stepped."
|
||||
(interactive)
|
||||
(let* ((beg (icomplete--field-beg))
|
||||
(end (icomplete--field-end))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue