** The default value of `backup-by-copying-when-mismatch' is now t.
+** The command `just-one-space' (C-SPC), if given a negative argument,
+also deletes newlines around point.
+
** Deletion changes
*** New option `delete-active-region'.
(defun just-one-space (&optional n)
"Delete all spaces and tabs around point, leaving one space (or N spaces).
-If N is negative, deletes carriage return and linefeed characters as well."
+If N is negative, delete newlines as well."
(interactive "*p")
(unless n (setq n 1))
(let ((orig-pos (point))