]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix typoes.
authorJuri Linkov <juri@linkov.net>
Wed, 14 Aug 2019 21:06:07 +0000 (00:06 +0300)
committerJuri Linkov <juri@linkov.net>
Wed, 14 Aug 2019 21:06:07 +0000 (00:06 +0300)
doc/emacs/indent.texi
lisp/progmodes/xref.el

index 5f40acba1512054f385c957c4c5f42d8e60e9f16..654c64a7b2f3ab0201979f0be668a43014e73b69 100644 (file)
@@ -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-\
index 57d803894c87942d0570e07d268a9e615c621a9d..ae35766ecdc40fa879dd5f510465427394f4324e 100644 (file)
@@ -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))))