; Fix typoes.
This commit is contained in:
parent
629068a89d
commit
cad5418f18
2 changed files with 4 additions and 4 deletions
|
@ -110,9 +110,9 @@ parentheses, or if the junction follows another newline.
|
||||||
If there is a fill prefix, @kbd{M-^} deletes the fill prefix if it
|
If there is a fill prefix, @kbd{M-^} deletes the fill prefix if it
|
||||||
appears after the newline that is deleted. @xref{Fill Prefix}.
|
appears after the newline that is deleted. @xref{Fill Prefix}.
|
||||||
|
|
||||||
With a prefix argument, join the current line line to the following
|
With a prefix argument, join the current line to the following line.
|
||||||
line. If the region is active, and no prefix argument is given, join
|
If the region is active, and no prefix argument is given, join all
|
||||||
all lines in the region instead.
|
lines in the region instead.
|
||||||
|
|
||||||
@item C-M-\
|
@item C-M-\
|
||||||
@kindex C-M-\
|
@kindex C-M-\
|
||||||
|
|
|
@ -957,7 +957,7 @@ Accepts the same arguments as `xref-show-xrefs-function'."
|
||||||
nil nil nil
|
nil nil nil
|
||||||
'xref--read-identifier-history def)))
|
'xref--read-identifier-history def)))
|
||||||
(if (equal id "")
|
(if (equal id "")
|
||||||
(or def (user-error "There is no defailt identifier"))
|
(or def (user-error "There is no default identifier"))
|
||||||
id)))
|
id)))
|
||||||
(t def))))
|
(t def))))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue