diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-08-19 17:59:13 +0200 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-08-19 18:05:51 +0200 |
commit | b7d6ebff078cece09c3e7a84c34ea4fe65e65917 (patch) | |
tree | 09ed183b5971a2bf2c5d8b432c273d476ee5bd18 /lisp/vcursor.el | |
parent | 043ae1f53a29d69f2573356715861ec54d626b56 (diff) | |
download | emacs-b7d6ebff078cece09c3e7a84c34ea4fe65e65917.tar.gz |
; Delete not-useful comments referring to Emacs 19.
Diffstat (limited to 'lisp/vcursor.el')
-rw-r--r-- | lisp/vcursor.el | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/lisp/vcursor.el b/lisp/vcursor.el index a54227c1bce..e7dd1ba7156 100644 --- a/lisp/vcursor.el +++ b/lisp/vcursor.el @@ -232,11 +232,10 @@ ;; ======================= ;; ;; If Emacs has set the variable window-system to nil, vcursor will -;; assume that overlays cannot be displayed in a different face, -;; and will instead use a string (the variable vcursor-string, by -;; default "**>") to show its position. This was first implemented -;; in Emacs 19.29. Unlike the old-fashioned overlay arrow (as used -;; by debuggers), this appears between existing text, which can +;; assume that overlays cannot be displayed in a different face, and +;; will instead use a string (the variable vcursor-string, by default "**>") +;; to show its position. Unlike the old-fashioned overlay arrow (as +;; used by debuggers), this appears between existing text, which can ;; make it hard to read if you're not used to it. (This seemed the ;; better option here.) This means moving the vcursor up and down is ;; a very efficient way of locating it! |