]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/repeat.el: Remove obsolete comment.
authorStefan Kangas <stefan@marxist.se>
Wed, 23 Sep 2020 14:22:49 +0000 (16:22 +0200)
committerStefan Kangas <stefan@marxist.se>
Wed, 23 Sep 2020 18:03:19 +0000 (20:03 +0200)
lisp/repeat.el

index f275db6fddf877e21d34d7df80489e4eb5788f45..1dabd76e0717f68b63abf0f31a47cce57092b003 100644 (file)
 ;;         C-x {    shrink-window-horizontally
 ;;         C-x }    enlarge-window-horizontally
 
-;; This command was first called `vi-dot', because
-;; it was inspired by the `.' command in the vi editor,
-;; but it was renamed to make its name more meaningful.
-
 ;;; Code:
 
 ;;;;; ************************* USER OPTIONS ************************** ;;;;;