If there is a fill prefix, @kbd{M-^} deletes the fill prefix if it
appears after the newline that is deleted. @xref{Fill Prefix}.
-With a prefix argument, join the current line line to the following
-line. If the region is active, and no prefix argument is given, join
-all lines in the region instead.
+With a prefix argument, join the current line to the following line.
+If the region is active, and no prefix argument is given, join all
+lines in the region instead.
@item C-M-\
@kindex C-M-\
nil nil nil
'xref--read-identifier-history def)))
(if (equal id "")
- (or def (user-error "There is no defailt identifier"))
+ (or def (user-error "There is no default identifier"))
id)))
(t def))))