]> code.delx.au - gnu-emacs/commitdiff
Spelling fixes
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 4 Feb 2016 15:29:35 +0000 (07:29 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 4 Feb 2016 15:30:10 +0000 (07:30 -0800)
etc/NEWS
lisp/erc/erc.el

index d4691b908e8c3af9bccc84d5c8ad8b052700f7ad..0fc4b4dd982884018ec4f50c9748c0580eeca5ec 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -429,7 +429,7 @@ specified message types for the respective specified targets.
 *** Reconnection is now asynchronous.
 
 ---
-*** Nick completion is now case-insentive again after inadvertently
+*** Nick completion is now case-insensitive again after inadvertently
 being made case-sensitive in Emacs 24.2.
 
 ** Midnight-mode
index ef3a6b3b3cabc7ca9baeb8c830b7b8772a3a44e9..295c2c055e203d091510929705c616f5f104596c 100644 (file)
@@ -3992,7 +3992,7 @@ Prompt for one if called interactively."
                        (format "MODE %s -k" tgt)))))
 
 (defun erc-completion-at-point ()
-  "Perform complection on the text around point case-insentitively.
+  "Perform completion on the text around point case-insensitively.
 See `completion-at-point'."
   (interactive)
   (let ((completion-ignore-case t))