[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master cad5418: ; Fix typoes.
From: |
Juri Linkov |
Subject: |
[Emacs-diffs] master cad5418: ; Fix typoes. |
Date: |
Wed, 14 Aug 2019 17:06:14 -0400 (EDT) |
branch: master
commit cad5418f18b496b0ec8f280201fb32cb39eefdfe
Author: Juri Linkov <address@hidden>
Commit: Juri Linkov <address@hidden>
; Fix typoes.
---
doc/emacs/indent.texi | 6 +++---
lisp/progmodes/xref.el | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/doc/emacs/indent.texi b/doc/emacs/indent.texi
index 5f40acb..654c64a 100644
--- a/doc/emacs/indent.texi
+++ b/doc/emacs/indent.texi
@@ -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
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-\
diff --git a/lisp/progmodes/xref.el b/lisp/progmodes/xref.el
index 57d8038..ae35766 100644
--- a/lisp/progmodes/xref.el
+++ b/lisp/progmodes/xref.el
@@ -957,7 +957,7 @@ Accepts the same arguments as `xref-show-xrefs-function'."
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))))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] master cad5418: ; Fix typoes.,
Juri Linkov <=