aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorStefan Kangas2020-09-23 16:22:49 +0200
committerStefan Kangas2020-09-23 20:03:19 +0200
commitacf958667bfb0b0bb42a78b3d2fc0bbcd9810e8e (patch)
tree41f1cf1f395777ab1f6edff2dd24e6a481109b79 /lisp
parent441e8750198fc68e4b20281c3ee0d76fd8328839 (diff)
downloademacs-acf958667bfb0b0bb42a78b3d2fc0bbcd9810e8e.tar.gz
emacs-acf958667bfb0b0bb42a78b3d2fc0bbcd9810e8e.zip
* lisp/repeat.el: Remove obsolete comment.
Diffstat (limited to 'lisp')
-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 @@
85;; C-x { shrink-window-horizontally 85;; C-x { shrink-window-horizontally
86;; C-x } enlarge-window-horizontally 86;; C-x } enlarge-window-horizontally
87 87
88;; This command was first called `vi-dot', because
89;; it was inspired by the `.' command in the vi editor,
90;; but it was renamed to make its name more meaningful.
91
92;;; Code: 88;;; Code:
93 89
94;;;;; ************************* USER OPTIONS ************************** ;;;;; 90;;;;; ************************* USER OPTIONS ************************** ;;;;;