mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-06 12:19:37 +00:00
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.
|
*** 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.
|
being made case-sensitive in Emacs 24.2.
|
||||||
|
|
||||||
** Midnight-mode
|
** Midnight-mode
|
||||||
|
|
|
@ -3992,7 +3992,7 @@ Prompt for one if called interactively."
|
||||||
(format "MODE %s -k" tgt)))))
|
(format "MODE %s -k" tgt)))))
|
||||||
|
|
||||||
(defun erc-completion-at-point ()
|
(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'."
|
See `completion-at-point'."
|
||||||
(interactive)
|
(interactive)
|
||||||
(let ((completion-ignore-case t))
|
(let ((completion-ignore-case t))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue