diff options
author | Eli Zaretskii <eliz@gnu.org> | 2006-10-07 11:12:31 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2006-10-07 11:12:31 +0000 |
commit | efae28d8a344776518df2315d8793048fb7e3293 (patch) | |
tree | 7ed8b7c1092bf63bb413fff2317f2b679b29116f /lisp/strokes.el | |
parent | b48b19c3453fba070f6f81feedcc158771daff3b (diff) | |
download | emacs-efae28d8a344776518df2315d8793048fb7e3293.tar.gz |
(defgroup strokes): Remove invalid url-link.
Diffstat (limited to 'lisp/strokes.el')
-rw-r--r-- | lisp/strokes.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/strokes.el b/lisp/strokes.el index bcf7656347e..8d2b021ce61 100644 --- a/lisp/strokes.el +++ b/lisp/strokes.el @@ -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 @@ static char * stroke_xpm[] = { (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" |