mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-08 04:30:45 -08:00
(comint-replace-by-expanded-filename, comint-dynamic-complete): Say "Sole
completion" instead of "Unique completion", for consistency with the rest of the known universe.
This commit is contained in:
parent
08cb6a9f5b
commit
caf772a29b
1 changed files with 1 additions and 1 deletions
|
|
@ -1169,7 +1169,7 @@ See functions `expand-file-name' and `substitute-in-file-name'. See also
|
|||
(message "No completions of %s" pathname)
|
||||
(ding))
|
||||
((eql completion t)
|
||||
(message "Unique completion"))
|
||||
(message "Sole completion"))
|
||||
(t ; this means a string was returned.
|
||||
(delete-region (match-beginning 0) (match-end 0))
|
||||
(insert (expand-file-name (concat pathdir completion)))))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue