diff --git a/lisp/emacs-lisp/ring.el b/lisp/emacs-lisp/ring.el index 293f0f93a0c..8518753ab20 100644 --- a/lisp/emacs-lisp/ring.el +++ b/lisp/emacs-lisp/ring.el @@ -240,7 +240,7 @@ If the RING is full, behavior depends on GROW-P: (ring-insert+extend ring item grow-p)) (defun ring-convert-sequence-to-ring (seq) - "Convert sequence SEQ to a ring. Return the ring. + "Convert sequence SEQ to a ring, and return the ring. If SEQ is already a ring, return it." (if (ring-p seq) seq