summaryrefslogtreecommitdiff
path: root/lisp/net/rcirc.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/net/rcirc.el')
-rw-r--r--lisp/net/rcirc.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/rcirc.el b/lisp/net/rcirc.el
index 5722582ab6c..4a94afe0917 100644
--- a/lisp/net/rcirc.el
+++ b/lisp/net/rcirc.el
@@ -3063,7 +3063,7 @@ Passwords are stored in `rcirc-authinfo' (which see)."
;; When using M-x flyspell-mode, only check words after the prompt
(put 'rcirc-mode 'flyspell-mode-predicate 'rcirc-looking-at-input)
(defun rcirc-looking-at-input ()
- "Returns true if point is past the input marker."
+ "Return true if point is past the input marker."
(>= (point) rcirc-prompt-end-marker))