diff options
| -rw-r--r-- | etc/NEWS | 2 | ||||
| -rw-r--r-- | lisp/erc/erc.el | 2 |
2 files changed, 2 insertions, 2 deletions
| @@ -429,7 +429,7 @@ specified message types for the respective specified targets. | |||
| 429 | *** Reconnection is now asynchronous. | 429 | *** Reconnection is now asynchronous. |
| 430 | 430 | ||
| 431 | --- | 431 | --- |
| 432 | *** Nick completion is now case-insentive again after inadvertently | 432 | *** Nick completion is now case-insensitive again after inadvertently |
| 433 | being made case-sensitive in Emacs 24.2. | 433 | being made case-sensitive in Emacs 24.2. |
| 434 | 434 | ||
| 435 | ** Midnight-mode | 435 | ** Midnight-mode |
diff --git a/lisp/erc/erc.el b/lisp/erc/erc.el index ef3a6b3b3ca..295c2c055e2 100644 --- a/lisp/erc/erc.el +++ b/lisp/erc/erc.el | |||
| @@ -3992,7 +3992,7 @@ Prompt for one if called interactively." | |||
| 3992 | (format "MODE %s -k" tgt))))) | 3992 | (format "MODE %s -k" tgt))))) |
| 3993 | 3993 | ||
| 3994 | (defun erc-completion-at-point () | 3994 | (defun erc-completion-at-point () |
| 3995 | "Perform complection on the text around point case-insentitively. | 3995 | "Perform completion on the text around point case-insensitively. |
| 3996 | See `completion-at-point'." | 3996 | See `completion-at-point'." |
| 3997 | (interactive) | 3997 | (interactive) |
| 3998 | (let ((completion-ignore-case t)) | 3998 | (let ((completion-ignore-case t)) |