More tweaks of skeleton documentation wrt \n behavior at bol/eol.
[bpt/emacs.git] / lisp / icomplete.el
index 35e441b..0c5a2ba 100644 (file)
@@ -483,7 +483,7 @@ matches exist."
            (concat determ
                    "{"
                    (mapconcat 'identity prospects icomplete-separator)
-                   (and limit (concat icomplete-separator "…"))
+                   (and limit (concat icomplete-separator ellipsis))
                    "}")
          (concat determ " [Matched]"))))))