branch: externals/cursory commit f8a74cbd3deb7f53b960b89687e3b425a25112ab Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Note that cursory works in GUI Emacs --- README.org | 6 +++--- cursory.el | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.org b/README.org index cb9ad4b8a8..f6debfb4de 100644 --- a/README.org +++ b/README.org @@ -67,9 +67,9 @@ modify this GNU manual.” :END: Cursory provides a thin wrapper around built-in variables that affect -the style of the Emacs cursor. The intent is to allow the user to -define preset configurations such as "block with slow blinking" or "bar -with fast blinking" and set them on demand. +the style of the Emacs cursor on graphical terminals. The intent is to +allow the user to define preset configurations such as "block with slow +blinking" or "bar with fast blinking" and set them on demand. #+vindex: cursory-presets #+findex: cursory-set-preset diff --git a/cursory.el b/cursory.el index 516546b16e..599e342634 100644 --- a/cursory.el +++ b/cursory.el @@ -27,9 +27,9 @@ ;;; Commentary: ;; ;; Cursory provides a thin wrapper around built-in variables that affect -;; the style of the Emacs cursor. The intent is to allow the user to -;; define preset configurations such as "block with slow blinking" or "bar -;; with fast blinking" and set them on demand. +;; the style of the Emacs cursor on graphical terminals. The intent is to +;; allow the user to define preset configurations such as "block with slow +;; blinking" or "bar with fast blinking" and set them on demand. ;; ;; The user option `cursory-presets' holds the presets. The command ;; `cursory-set-preset' is used to select one among them. Selection