]> code.delx.au - gnu-emacs/blobdiff - src/nsselect.m
Avoid "." at end of error diagnostics.
[gnu-emacs] / src / nsselect.m
index 4cf81ed4f69274c79dd296f7774e826571a1f6cc..f4713cb5e10c3e053740688af76e860d09f7856e 100644 (file)
@@ -351,7 +351,7 @@ On Nextstep, FRAME is unused.  */)
   check_window_system (NULL);
   CHECK_SYMBOL (selection);
   if (NILP (value))
-      error ("selection value may not be nil.");
+    error ("Selection value may not be nil");
   pb = ns_symbol_to_pb (selection);
   if (pb == nil) return Qnil;