aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/erc/erc-ring.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/erc/erc-ring.el')
-rw-r--r--lisp/erc/erc-ring.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/erc/erc-ring.el b/lisp/erc/erc-ring.el
index de988cc8275..77528eae88c 100644
--- a/lisp/erc/erc-ring.el
+++ b/lisp/erc/erc-ring.el
@@ -58,7 +58,7 @@ be recalled using M-p and M-n."
58 58
59(defvar erc-input-ring-index nil 59(defvar erc-input-ring-index nil
60 "Position in the input ring for erc. 60 "Position in the input ring for erc.
61If nil, the input line is blank and the user is conceptually 'after' 61If nil, the input line is blank and the user is conceptually after
62the most recently added item in the ring. If an integer, the input 62the most recently added item in the ring. If an integer, the input
63line is non-blank and displays the item from the ring indexed by this 63line is non-blank and displays the item from the ring indexed by this
64variable.") 64variable.")
@@ -148,4 +148,3 @@ containing a password."
148;; Local Variables: 148;; Local Variables:
149;; indent-tabs-mode: nil 149;; indent-tabs-mode: nil
150;; End: 150;; End:
151