Spelling fixes
This commit is contained in:
parent
3dda11032f
commit
35fc77dceb
2 changed files with 2 additions and 2 deletions
2
etc/NEWS
2
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
|
||||
|
|
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue