summaryrefslogtreecommitdiff
path: root/lisp/repeat.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2020-09-23 16:22:49 +0200
committerStefan Kangas <stefan@marxist.se>2020-09-23 20:03:19 +0200
commitacf958667bfb0b0bb42a78b3d2fc0bbcd9810e8e (patch)
tree41f1cf1f395777ab1f6edff2dd24e6a481109b79 /lisp/repeat.el
parent441e8750198fc68e4b20281c3ee0d76fd8328839 (diff)
downloademacs-acf958667bfb0b0bb42a78b3d2fc0bbcd9810e8e.tar.gz
* lisp/repeat.el: Remove obsolete comment.
Diffstat (limited to 'lisp/repeat.el')
-rw-r--r--lisp/repeat.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/lisp/repeat.el b/lisp/repeat.el
index f275db6fddf..1dabd76e071 100644
--- a/lisp/repeat.el
+++ b/lisp/repeat.el
@@ -85,10 +85,6 @@
;; 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 ************************** ;;;;;