emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/cursory f8a74cbd3d 2/2: Note that cursory works in GUI


From: ELPA Syncer
Subject: [elpa] externals/cursory f8a74cbd3d 2/2: Note that cursory works in GUI Emacs
Date: Thu, 5 May 2022 14:57:25 -0400 (EDT)

branch: externals/cursory
commit f8a74cbd3deb7f53b960b89687e3b425a25112ab
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]