diff options
Diffstat (limited to 'lisp/erc/erc-ring.el')
| -rw-r--r-- | lisp/erc/erc-ring.el | 3 |
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. |
| 61 | If nil, the input line is blank and the user is conceptually 'after' | 61 | If nil, the input line is blank and the user is conceptually after |
| 62 | the most recently added item in the ring. If an integer, the input | 62 | the most recently added item in the ring. If an integer, the input |
| 63 | line is non-blank and displays the item from the ring indexed by this | 63 | line is non-blank and displays the item from the ring indexed by this |
| 64 | variable.") | 64 | variable.") |
| @@ -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 | |||