diff options
| -rw-r--r-- | lisp/erc/erc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/erc/erc.el b/lisp/erc/erc.el index 41d59576251..315c01c7348 100644 --- a/lisp/erc/erc.el +++ b/lisp/erc/erc.el | |||
| @@ -2002,7 +2002,7 @@ If no buffer matches, return nil." | |||
| 2002 | 2002 | ||
| 2003 | (if (not (fboundp 'read-passwd)) | 2003 | (if (not (fboundp 'read-passwd)) |
| 2004 | (defun read-passwd (prompt) | 2004 | (defun read-passwd (prompt) |
| 2005 | "Substitute for read-passwd in early emacsen" | 2005 | "Substitute for `read-passwd' in early emacsen." |
| 2006 | (read-from-minibuffer prompt))) | 2006 | (read-from-minibuffer prompt))) |
| 2007 | 2007 | ||
| 2008 | (defcustom erc-before-connect nil | 2008 | (defcustom erc-before-connect nil |