changeset 4426:fe5912b3526a

(comint-dynamic-completion): Say "Sole completion", not "Unique completion".
author Roland McGrath <roland@gnu.org>
date Mon, 02 Aug 1993 22:56:58 +0000
parents 1b48826df9cb
children 4d19c2b7b6e1
files lisp/comint.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/comint.el	Mon Aug 02 22:18:34 1993 +0000
+++ b/lisp/comint.el	Mon Aug 02 22:56:58 1993 +0000
@@ -1190,7 +1190,7 @@
 	   (message "No completions of %s" pathname)
 	   (ding))
 	  ((eql completion t)
-	   (message "Unique completion"))
+	   (message "Sole completion"))
 	  (t				; this means a string was returned.
 	   (goto-char (match-end 0))
 	   (insert (substring completion (length pathnondir)))))))