]> code.delx.au - gnu-emacs/blobdiff - src/cmds.c
* xfns.c (Fx_open_connection): Don't trust HAVE_XRMSETDATABASE;
[gnu-emacs] / src / cmds.c
index f0dbf72cfcdd32f7a15a97ffc43eed35da96f7a9..df8cd6d064503be17c8e37285fe5ff76811b3691 100644 (file)
@@ -244,7 +244,7 @@ In Auto Fill mode, if no numeric arg, break the preceding line if it's long.")
     Fbarf_if_buffer_read_only ();
 
   /* Inserting a newline at the end of a line produces better
-     redisplay in try_window_id than inserting at the ebginning fo a
+     redisplay in try_window_id than inserting at the beginning of a
      line, and the textual result is the same.  So, if we're at
      beginning of line, pretend to be at the end of the previous line.