Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
09322f26
Commit
09322f26
authored
Nov 06, 2006
by
Juanma Barranquero
Browse files
(read-passwd): Fix typo in docstring.
parent
cf0f58ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/erc/erc.el
lisp/erc/erc.el
+1
-1
No files found.
lisp/erc/erc.el
View file @
09322f26
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment