(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:
@@ -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)))))))
|
||||
|
||||
Reference in New Issue
Block a user