comparison lisp/strokes.el @ 73277:f878c9ca9676

(defgroup strokes): Remove invalid url-link.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 07 Oct 2006 11:12:31 +0000
parents 3bd95f4f2941
children b2e5081b9320 8dd8c8286063
comparison
equal deleted inserted replaced
73276:750aa2e627dc 73277:f878c9ca9676
139 ;; in entering in pictographic-like language text using the mouse 139 ;; in entering in pictographic-like language text using the mouse
140 ;; (i.e. Korean). Japanese and Chinese are a bit trickier, but I'm 140 ;; (i.e. Korean). Japanese and Chinese are a bit trickier, but I'm
141 ;; sure that with help it can be done. The next version will allow 141 ;; sure that with help it can be done. The next version will allow
142 ;; the user to enter strokes which "remove the pencil from the paper" 142 ;; the user to enter strokes which "remove the pencil from the paper"
143 ;; so to speak, so one character can have multiple strokes. 143 ;; so to speak, so one character can have multiple strokes.
144
145 ;; NOTE (Oct 7, 2006): The URLs below seem to be invalid!!!
144 146
145 ;; You can read more about strokes at: 147 ;; You can read more about strokes at:
146 148
147 ;; http://www.mit.edu/people/cadet/strokes-help.html 149 ;; http://www.mit.edu/people/cadet/strokes-help.html
148 150
209 ;;; user variables... 211 ;;; user variables...
210 212
211 (defgroup strokes nil 213 (defgroup strokes nil
212 "Control Emacs through mouse strokes." 214 "Control Emacs through mouse strokes."
213 :link '(emacs-commentary-link "strokes") 215 :link '(emacs-commentary-link "strokes")
214 :link '(url-link "http://www.mit.edu/people/cadet/strokes-help.html")
215 :group 'mouse) 216 :group 'mouse)
216 217
217 (defcustom strokes-modeline-string " Strokes" 218 (defcustom strokes-modeline-string " Strokes"
218 "*Modeline identification when Strokes mode is on \(default is \" Strokes\"\)." 219 "*Modeline identification when Strokes mode is on \(default is \" Strokes\"\)."
219 :type 'string 220 :type 'string