]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in previous
authorGlenn Morris <rgm@gnu.org>
Tue, 11 Feb 2014 18:05:01 +0000 (13:05 -0500)
committerGlenn Morris <rgm@gnu.org>
Tue, 11 Feb 2014 18:05:01 +0000 (13:05 -0500)
src/nsfns.m

index 8a3a8c9307a52d87b73204ef9d371b5d1d009415..58746aed9faeedf3d99d1941e69097d0e2b245a5 100644 (file)
@@ -183,7 +183,7 @@ ns_display_info_for_name (Lisp_Object name)
     if (!NILP (Fstring_equal (XCAR (dpyinfo->name_list_element), name)))
       return dpyinfo;
 
-  error ("Emacs for Nextstep does not yet support multi-display.");
+  error ("Emacs for Nextstep does not yet support multi-display");
 
   Fx_open_connection (name, Qnil, Qnil);
   dpyinfo = x_display_list;