diff options
Diffstat (limited to 'lisp/net/rcirc.el')
-rw-r--r-- | lisp/net/rcirc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/rcirc.el b/lisp/net/rcirc.el index 13a7cfa6112..cd5bbbdabdf 100644 --- a/lisp/net/rcirc.el +++ b/lisp/net/rcirc.el @@ -926,7 +926,7 @@ The list is updated automatically by `defun-rcirc-command'.") (defun rcirc-complete () "Cycle through completions from list of nicks in channel or IRC commands. -IRC command completion is performed only if '/' is the first input char." +IRC command completion is performed only if ‘/’ is the first input char." (interactive) (unless (rcirc-looking-at-input) (error "Point not located after rcirc prompt")) |