From 94de186686662462d391dd23a4f15d43a7a33bb2 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Thu, 22 Apr 2021 03:07:53 +0200 Subject: [PATCH] * lisp/strokes.el: Doc fix; update URL. --- lisp/strokes.el | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/lisp/strokes.el b/lisp/strokes.el index 575092a71d9..18595cb0947 100644 --- a/lisp/strokes.el +++ b/lisp/strokes.el @@ -138,15 +138,14 @@ ;; 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 +;; https://web.archive.org/web/20041209171947/http://www.mit.edu/people/cadet/strokes-help.html ;; If you're interested in using strokes for writing English into Emacs ;; using strokes, then you'll want to read about it on the web page above -;; or just download from http://www.mit.edu/people/cadet/strokes-abc.el, +;; or just download from: +;; https://web.archive.org/web/20041204163338/http://www.mit.edu/people/cadet/strokes-abc.el ;; which is nothing but a file with some helper commands for inserting ;; alphanumerics and punctuation. @@ -307,12 +306,6 @@ the corresponding interactive function.") ;;; Macros... -;; unused -;; (defmacro strokes-while-inhibiting-garbage-collector (&rest forms) -;; "Execute FORMS without interference from the garbage collector." -;; `(let ((gc-cons-threshold 134217727)) -;; ,@forms)) - (defsubst strokes-click-p (stroke) "Non-nil if STROKE is really click." (< (length stroke) 2)) -- 2.39.2