summaryrefslogtreecommitdiff
path: root/lisp/erc
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2006-11-06 02:06:29 +0000
committerJuanma Barranquero <lekktu@gmail.com>2006-11-06 02:06:29 +0000
commit09322f2631ff2bcfb0be83278ce9a00752a781aa (patch)
tree01e1b3f2f777cc5efa1b598cb50b7a80d65df154 /lisp/erc
parentcf0f58baee6a986021f2a1e9a5b30256e53ad6b9 (diff)
downloademacs-09322f2631ff2bcfb0be83278ce9a00752a781aa.tar.gz
(read-passwd): Fix typo in docstring.
Diffstat (limited to 'lisp/erc')
-rw-r--r--lisp/erc/erc.el2
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."
(if (not (fboundp 'read-passwd))
(defun read-passwd (prompt)
- "Substitute for read-passwd in early emacsen"
+ "Substitute for `read-passwd' in early emacsen."
(read-from-minibuffer prompt)))
(defcustom erc-before-connect nil