changeset 73277:f878c9ca9676

(defgroup strokes): Remove invalid url-link.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 07 Oct 2006 11:12:31 +0000
parents 750aa2e627dc
children ccad7965cd2c
files lisp/strokes.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/strokes.el	Sat Oct 07 11:12:06 2006 +0000
+++ b/lisp/strokes.el	Sat Oct 07 11:12:31 2006 +0000
@@ -142,6 +142,8 @@
 ;; the user to enter strokes which "remove the pencil from the paper"
 ;; so to speak, so one character can have multiple strokes.
 
+;; NOTE (Oct 7, 2006): The URLs below seem to be invalid!!!
+
 ;; You can read more about strokes at:
 
 ;; http://www.mit.edu/people/cadet/strokes-help.html
@@ -211,7 +213,6 @@
 (defgroup strokes nil
   "Control Emacs through mouse strokes."
   :link '(emacs-commentary-link "strokes")
-  :link '(url-link "http://www.mit.edu/people/cadet/strokes-help.html")
   :group 'mouse)
 
 (defcustom strokes-modeline-string " Strokes"