diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1993-03-30 16:22:39 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1993-03-30 16:22:39 +0000 |
commit | 0b2974abfe4071524a56ce94b187b9e499f8044b (patch) | |
tree | 374825249ebb7e7213bd7070924651325ca34db9 /lisp/emacs-lisp | |
parent | 3af9db898dff5fcbef51090f6fc1aa32caec3bab (diff) | |
download | emacs-0b2974abfe4071524a56ce94b187b9e499f8044b.tar.gz emacs-0b2974abfe4071524a56ce94b187b9e499f8044b.tar.bz2 emacs-0b2974abfe4071524a56ce94b187b9e499f8044b.zip |
*** empty log message ***
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/ring.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/ring.el b/lisp/emacs-lisp/ring.el index 1e42c063d7f..2fc5e22caed 100644 --- a/lisp/emacs-lisp/ring.el +++ b/lisp/emacs-lisp/ring.el @@ -1,4 +1,4 @@ -;;; ring.el --- handle rings of marks +;;; ring.el --- handle rings of items ;; Copyright (C) 1992 Free Software Foundation, Inc. |