1 ;;; calc-help.el --- help display functions for Calc,
3 ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004,
4 ;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
6 ;; Author: David Gillespie <daveg@synaptics.com>
7 ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
9 ;; This file is part of GNU Emacs.
11 ;; GNU Emacs is free software: you can redistribute it and/or modify
12 ;; it under the terms of the GNU General Public License as published by
13 ;; the Free Software Foundation, either version 3 of the License, or
14 ;; (at your option) any later version.
16 ;; GNU Emacs is distributed in the hope that it will be useful,
17 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 ;; GNU General Public License for more details.
21 ;; You should have received a copy of the GNU General Public License
22 ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
28 ;; This file is autoloaded from calc-ext.el.
33 ;; Declare functions which are defined elsewhere.
34 (declare-function Info-goto-node
"info" (nodename &optional fork
))
35 (declare-function Info-last
"info" ())
38 (defun calc-help-prefix (arg)
39 "This key is the prefix for Calc help functions. See calc-help-for-help."
41 (or calc-dispatch-help
(sit-for echo-keystrokes
))
42 (let ((key (calc-read-key-sequence
43 (if calc-dispatch-help
44 "Calc Help options: Help, Info, Tutorial, Summary; Key, Function; ?=more"
45 (format "%s (Type ? for a list of Calc Help options)"
46 (key-description (this-command-keys))))
48 (setq key
(lookup-key calc-help-map key
))
51 (call-interactively key
)
54 (defun calc-help-for-help (arg)
55 "You have typed `h', the Calc help character. Type a Help option:
57 B calc-describe-bindings. Display a table of all key bindings.
58 H calc-full-help. Display all `?' key messages at once.
60 I calc-info. Read the Calc manual using the Info system.
61 T calc-tutorial. Read the Calc tutorial using the Info system.
62 S calc-info-summary. Read the Calc summary using the Info system.
64 C calc-describe-key-briefly. Look up the command name for a given key.
65 K calc-describe-key. Look up a key's documentation in the manual.
66 F calc-describe-function. Look up a function's documentation in the manual.
67 V calc-describe-variable. Look up a variable's documentation in the manual.
69 N calc-view-news. Display Calc history of changes.
71 C-c Describe conditions for copying Calc.
72 C-d Describe how you can get a new copy of Calc or report a bug.
73 C-w Describe how there is no warranty for Calc."
75 (if calc-dispatch-help
77 (save-window-excursion
78 (describe-function 'calc-help-for-help
)
79 (select-window (get-buffer-window "*Help*"))
81 (message "Calc Help options: Help, Info, ... press SPC, DEL to scroll, C-g to cancel")
82 (memq (car (setq key
(calc-read-key t
)))
83 '(? ?\C-h ?\C-? ?\C-v ?\M-v
)))
85 (if (memq (car key
) '(? ?\C-v
))
89 (calc-unread-command (cdr key
))
90 (calc-help-prefix nil
))
91 (let ((calc-dispatch-help t
))
92 (calc-help-prefix arg
))))
94 (defun calc-describe-copying ()
96 (calc-info-goto-node "Copying"))
98 (defun calc-describe-distribution ()
100 (calc-info-goto-node "Reporting Bugs"))
102 (defun calc-describe-no-warranty ()
104 (calc-info-goto-node "Copying")
105 (let ((case-fold-search nil
))
106 (search-forward " NO WARRANTY"))
110 (defun calc-describe-bindings ()
114 (set-buffer "*Help*")
115 (let ((inhibit-read-only t
))
116 (goto-char (point-min))
117 (when (search-forward "Major Mode Bindings:" nil t
)
118 (delete-region (point-min) (point))
119 (insert "Calc Mode Bindings:"))
120 (when (search-forward "Global bindings:" nil t
)
122 (delete-region (point) (point-max)))
123 (goto-char (point-min))
126 "\n[a-z] [0-9]\\( .*\n\\)\\([a-z] [0-9]\\1\\)*[a-z] \\([0-9]\\)\\1"
128 (let ((dig1 (char-after (1- (match-beginning 1))))
129 (dig2 (char-after (match-beginning 3))))
130 (delete-region (match-end 1) (match-end 0))
131 (goto-char (match-beginning 1))
132 (delete-backward-char 1)
134 (insert (format "%c .. %c" (min dig1 dig2
) (max dig1 dig2
)))))
135 (goto-char (point-min)))))
137 (defun calc-describe-key-briefly (key)
138 (interactive "kDescribe key briefly: ")
139 (calc-describe-key key t
))
141 (defvar Info-history
)
143 (defun calc-describe-key (key &optional briefly
)
144 (interactive "kDescribe key: ")
145 (let ((defn (if (eq (key-binding key
) 'calc-dispatch
)
146 (let ((key2 (calc-read-key-sequence
147 (format "Describe key briefly: %s-"
148 (key-description key
))
150 (setq key
(concat key key2
))
151 (lookup-key calc-dispatch-map key2
))
152 (if (eq (key-binding key
) 'calc-help-prefix
)
153 (let ((key2 (calc-read-key-sequence
154 (format "Describe key briefly: %s-"
155 (key-description key
))
157 (setq key
(concat key key2
))
158 (lookup-key calc-help-map key2
))
162 calc-summary-indentation
)
163 (while (or (equal key
"I") (equal key
"H"))
166 (setq hyp
(not hyp
)))
167 (setq key
(read-key-sequence (format "Describe key%s:%s%s "
168 (if briefly
" briefly" "")
171 defn
(key-binding key
)))
172 (let ((desc (key-description key
))
174 (if (string-match "^ESC " desc
)
175 (setq desc
(concat "M-" (substring desc
4))))
176 (while (string-match "^M-# \\(ESC \\|C-\\)" desc
)
177 (setq desc
(concat "M-# " (substring desc
(match-end 0)))))
178 (if (string-match "\\(DEL\\|\\LFD\\|RET\\|SPC\\|TAB\\)" desc
)
179 (setq desc
(replace-match "<\\&>" nil nil desc
)))
181 (let ((msg (save-excursion
182 (set-buffer (get-buffer-create "*Calc Summary*"))
183 (if (= (buffer-size) 0)
185 (message "Reading Calc summary from manual...")
186 (require 'info nil t
)
189 (Info-goto-node "(Calc)Summary")
190 (goto-char (point-min))
192 (copy-to-buffer "*Calc Summary*"
193 (point) (point-max)))
194 (setq buffer-read-only t
)))
195 (goto-char (point-min))
196 (setq case-fold-search nil
)
197 (re-search-forward "^\\(.*\\)\\[\\.\\. a b")
198 (setq calc-summary-indentation
199 (- (match-end 1) (match-beginning 1)))
200 (goto-char (point-min))
201 (setq target
(if (and (string-match "[0-9]\\'" desc
)
202 (not (string-match "[d#]" desc
)))
203 (concat (substring desc
0 -
1) "0-9")
205 (if (re-search-forward
206 (format "\n%s%s%s%s[ a-zA-Z]"
207 (make-string (+ calc-summary-indentation
9)
209 (if (string-match "M-#" desc
) " "
211 (if hyp
"I H " " I ")
213 (regexp-quote target
)
214 (make-string (max (- 6 (length target
)) 0)
219 (forward-char calc-summary-indentation
)
222 (buffer-substring pt
(point)))))))
224 (let ((args (substring msg
0 9))
225 (keys (substring msg
9 19))
226 (prompts (substring msg
19 38))
228 (cmd (substring msg
40))
230 (if (string-match "\\` +" args
)
231 (setq args
(substring args
(match-end 0))))
232 (if (string-match " +\\'" args
)
233 (setq args
(substring args
0 (match-beginning 0))))
234 (if (string-match "\\` +" keys
)
235 (setq keys
(substring keys
(match-end 0))))
236 (if (string-match " +\\'" keys
)
237 (setq keys
(substring keys
0 (match-beginning 0))))
238 (if (string-match " [0-9,]+\\'" prompts
)
239 (setq notes
(substring prompts
(1+ (match-beginning 0)))
240 prompts
(substring prompts
0 (match-beginning 0))))
241 (if (string-match " +\\'" prompts
)
242 (setq prompts
(substring prompts
0 (match-beginning 0))))
243 (if (string-match "\\` +" prompts
)
244 (setq prompts
(substring prompts
(match-end 0))))
246 "%s: %s%s`%s'%s%s %s%s"
248 "\\`\\(calc-[-a-zA-Z0-9]+\\) *\\(.*\\)\\'"
250 (prog1 (math-match-substring cmd
1)
251 (setq cmd
(math-match-substring cmd
2)))
253 args
(if (equal args
"") "" " ")
255 (if (equal prompts
"") "" " ") prompts
256 (if (equal cmd
"") "" " => ") cmd
))
257 (message "%s%s%s runs %s%s"
258 (if inv
"I " "") (if hyp
"H " "") desc
260 (if (equal notes
"") ""
261 (format " (?=notes %s)" notes
)))
262 (let ((key (calc-read-key t
)))
263 (if (eq (car key
) ??
)
265 (message "No notes for this command")
266 (while (string-match "," notes
)
267 (aset notes
(match-beginning 0) ?
))
268 (setq notes
(sort (car (read-from-string
269 (format "(%s)" notes
)))
271 (with-output-to-temp-buffer "*Help*"
272 (princ (format "%s\n\n" msg
))
273 (set-buffer "*Calc Summary*")
274 (re-search-forward "^ *NOTES")
277 (format "^ *%d\\. " (car notes
)))
281 (or (re-search-forward "^ ? ?[0-9]+\\. " nil t
)
282 (goto-char (point-max)))
284 (princ (buffer-substring pt
(point))))
285 (setq notes
(cdr notes
)))
286 (print-help-return-message)))
287 (calc-unread-command (cdr key
)))))
288 (if (or (null defn
) (integerp defn
))
289 (message "%s is undefined" desc
)
290 (message "%s runs the command %s"
292 (if (symbolp defn
) defn
(prin1-to-string defn
))))))
293 (if inv
(setq desc
(concat "I " desc
)))
294 (if hyp
(setq desc
(concat "H " desc
)))
295 (calc-describe-thing desc
"Key Index" nil
296 (string-match "[A-Z][A-Z][A-Z]" desc
))))))
298 (defvar calc-help-function-list nil
299 "List of functions provided by Calc.")
301 (defvar calc-help-variable-list nil
302 "List of variables provided by Calc.")
304 (defun calc-help-index-entries (&rest indices
)
305 "Create a list of entries from the INDICES in the Calc info manual."
306 (let ((entrylist '())
308 (require 'info nil t
)
313 (Info-goto-node (concat "(Calc)" (car indices
) " Index"))
314 (goto-char (point-min))
315 (while (re-search-forward "\n\\* \\(.*\\): " nil t
)
316 (setq entry
(match-string 1))
317 (if (and (not (string-match "<[1-9]+>" entry
))
318 (not (string-match "(.*)" entry
))
319 (not (string= entry
"Menu")))
320 (unless (assoc entry entrylist
)
321 (setq entrylist
(cons entry entrylist
))))))
323 (setq indices
(cdr indices
)))
326 (defun calc-describe-function (&optional func
)
328 (unless calc-help-function-list
329 (setq calc-help-function-list
330 (calc-help-index-entries "Function" "Command")))
332 (setq func
(completing-read "Describe function: "
333 calc-help-function-list
335 (if (string-match "\\`calc-." func
)
336 (calc-describe-thing func
"Command Index")
337 (calc-describe-thing func
"Function Index")))
339 (defun calc-describe-variable (&optional var
)
341 (unless calc-help-variable-list
342 (setq calc-help-variable-list
343 (calc-help-index-entries "Variable")))
345 (setq var
(completing-read "Describe variable: "
346 calc-help-variable-list
348 (calc-describe-thing var
"Variable Index"))
350 (defun calc-describe-thing (thing where
&optional target not-quoted
)
351 (message "Looking for `%s' in %s..." thing where
)
352 (let ((savewin (current-window-configuration)))
353 (calc-info-goto-node where
)
354 (or (let ((case-fold-search nil
))
355 (re-search-forward (format "\n\\* +%s: \\(.*\\)\\."
356 (regexp-quote thing
))
358 (and (string-match "\\`\\([a-z ]*\\)[0-9]\\'" thing
)
359 (re-search-forward (format "\n\\* +%s[01]-9: \\(.*\\)\\."
360 (substring thing
0 -
1))
362 (setq thing
(format "%s9" (substring thing
0 -
1))))
366 (set-window-configuration savewin
)
367 (error "Can't find `%s' in %s" thing where
)))
369 (Info-goto-node (buffer-substring (match-beginning 1) (match-end 1))))
370 (or (let ((case-fold-search nil
))
371 (or (re-search-forward (format "\\[`%s'\\]\\|(`%s')\\|\\<The[ \n]`%s'"
374 (or target thing
)) nil t
)
376 (let ((case-fold-search t
))
377 (search-forward (or target thing
) nil t
)))
378 (search-forward (format "`%s'" (or target thing
)) nil t
)
379 (search-forward (or target thing
) nil t
)))
380 (let ((case-fold-search t
))
381 (or (re-search-forward (format "\\[`%s'\\]\\|(`%s')\\|\\<The[ \n]`%s'"
384 (or target thing
)) nil t
)
385 (search-forward (format "`%s'" (or target thing
)) nil t
)
386 (search-forward (or target thing
) nil t
))))
388 (message "Found `%s' in %s" thing where
)))
390 (defun calc-view-news ()
392 (let ((path load-path
))
394 (not (file-exists-p (expand-file-name "calc.el" (car path
)))))
395 (setq path
(cdr path
)))
397 (file-exists-p (expand-file-name "README" (car path
))))
398 (error "Can't locate Calc sources"))
400 (switch-to-buffer "*Help*")
401 (let ((inhibit-read-only t
))
403 (insert-file-contents (expand-file-name "README" (car path
)))
404 (search-forward "Summary of changes")
406 (delete-region (point-min) (point))
407 (goto-char (point-min)))
410 (defvar calc-help-long-names
'((?b .
"binary/business")
413 (?k .
"combinatorics/statistics")
414 (?u .
"units/statistics")))
416 (defun calc-full-help ()
418 (with-output-to-temp-buffer "*Help*"
419 (princ "GNU Emacs Calculator.\n")
420 (princ " By Dave Gillespie.\n")
421 (princ (format " %s\n\n" emacs-copyright
))
422 (princ "Type `h s' for a more detailed summary.\n")
423 (princ "Or type `h i' to read the full Calc manual on-line.\n\n")
424 (princ "Basic keys:\n")
425 (let* ((calc-full-help-flag t
))
426 (mapc (function (lambda (x) (princ (format " %s\n" x
))))
427 (nreverse (cdr (reverse (cdr (calc-help))))))
428 (mapc (function (lambda (prefix)
429 (let ((msgs (condition-case err
434 (if (eq (nth 2 msgs
) ?v
)
435 "\n`v' or `V' prefix (vector/matrix) keys: \n"
438 "\n`%c' prefix (%s) keys:\n"
440 (or (cdr (assq (nth 2 msgs
)
441 calc-help-long-names
))
443 (format "\n%s-modified keys:\n"
444 (capitalize (nth 1 msgs
)))))))
445 (mapcar (function (lambda (x)
446 (princ (format " %s\n" x
))))
448 '(calc-inverse-prefix-help
449 calc-hyperbolic-prefix-help
450 calc-inv-hyp-prefix-help
466 calc-shift-Y-prefix-help
467 calc-shift-Z-prefix-help
468 calc-z-prefix-help
)))
469 (print-help-return-message)))
471 (defun calc-h-prefix-help ()
474 '("Help; Bindings; Info, Tutorial, Summary; News"
475 "describe: Key, C (briefly), Function, Variable")
478 (defun calc-inverse-prefix-help ()
481 '("I + S (arcsin), C (arccos), T (arctan); Q (square)"
482 "I + E (ln), L (exp), B (alog: B^X); f E (lnp1), f L (expm1)"
483 "I + F (ceiling), R (truncate); a S (invert func)"
484 "I + a m (match-not); c h (from-hms); k n (prev prime)"
485 "I + f G (gamma-Q); f e (erfc); k B (etc., lower-tail dists)"
486 "I + V S (reverse sort); V G (reverse grade)"
487 "I + v s (remove subvec); v h (tail)"
488 "I + t + (alt sum), t M (mean with error)"
489 "I + t S (pop std dev), t C (pop covar)")
492 (defun calc-hyperbolic-prefix-help ()
495 '("H + S (sinh), C (cosh), T (tanh); E (exp10), L (log10)"
496 "H + F (float floor), R (float round); P (constant \"e\")"
497 "H + a d (total derivative); k c (permutations)"
498 "H + k b (bern-poly), k e (euler-poly); k s (stirling-2)"
499 "H + f G (gamma-g), f B (beta-B); v h (rhead), v k (rcons)"
500 "H + v e (expand w/filler); V H (weighted histogram)"
501 "H + a S (general solve eqn), j I (general isolate)"
502 "H + a R (widen/root), a N (widen/min), a X (widen/max)"
503 "H + t M (median), t S (variance), t C (correlation coef)"
504 "H + c f/F/c (pervasive float/frac/clean)")
507 (defun calc-inv-hyp-prefix-help ()
510 '("I H + S (arcsinh), C (arccosh), T (arctanh)"
511 "I H + E (log10), L (exp10); f G (gamma-G)"
512 "I H + F (float ceiling), R (float truncate)"
513 "I H + t S (pop variance)"
514 "I H + a S (general invert func); v h (rtail)")
515 "inverse-hyperbolic" nil
))
518 (defun calc-f-prefix-help ()
521 '("miN, maX; Hypot; Im, Re; Sign; [, ] (incr/decr)"
522 "Gamma, Beta, Erf, besselJ, besselY"
523 "SHIFT + int-sQrt; Int-log, Exp(x)-1, Ln(x+1); arcTan2"
524 "SHIFT + Abssqr; Mantissa, eXponent, Scale"
525 "SHIFT + incomplete: Gamma-P, Beta-I")
529 (defun calc-s-prefix-help ()
532 '("Store, inTo, Xchg, Unstore; Recall, 0-9; : (:=); = (=>)"
533 "Let; Copy, K=copy constant; Declare; Insert, Perm; Edit"
534 "Negate, +, -, *, /, ^, &, |, [, ]; Map"
535 "SHIFT + Decls, GenCount, TimeZone, Holidays; IntegLimit"
536 "SHIFT + LineStyles, PointStyles, plotRejects; Units"
537 "SHIFT + Eval-, AlgSimp-, ExtSimp-, FitRules")
540 (defun calc-r-prefix-help ()
543 '("digits 0-9: recall, same as `s r 0-9'"
544 "Save to register, Insert from register")
545 "recall/register" ?r
))
548 (defun calc-j-prefix-help ()
551 '("Select, Additional, Once; eVal, Formula; Rewrite"
552 "More, Less, 1-9, Next, Previous"
553 "Unselect, Clear; Display; Enable; Breakable"
554 "' (replace), ` (edit), +, -, *, /, RET (grab), DEL"
555 "SHIFT + swap: Left, Right; maybe: Select, Once"
556 "SHIFT + Commute, Merge, Distrib, jump-Eqn, Isolate"
557 "SHIFT + Negate, & (invert); Unpack")
561 (defun calc-a-prefix-help ()
564 '("Simplify, Extended-simplify, eVal; \" (exp-formula)"
565 "eXpand, Collect, Factor, Apart, Norm-rat"
566 "GCD, /, \\, % (polys); Polint"
567 "Derivative, Integral, Taylor; _ (subscr)"
568 "suBstitute; Rewrite, Match"
569 "SHIFT + Solve; Root, miN, maX; Poly-roots; Fit"
570 "SHIFT + Map; Tabulate, + (sum), * (prod); num-Integ"
571 "relations: =, # (not =), <, >, [ (< or =), ] (> or =)"
572 "logical: & (and), | (or), ! (not); : (if)"
573 "misc: { (in-set); . (rmeq)")
577 (defun calc-b-prefix-help ()
580 '("And, Or, Xor, Diff, Not; Wordsize, Clip"
581 "Lshift, Rshift, roTate; SHIFT + signed Lshift, Rshift"
582 "SHIFT + business: Pv, Npv, Fv, pMt, #pmts, raTe, Irr"
583 "SHIFT + business: Sln, sYd, Ddb; %ch")
587 (defun calc-c-prefix-help ()
590 '("Deg, Rad, HMS; Float; Polar/rect; Clean, 0-9; %"
595 (defun calc-d-prefix-help ()
598 '("Group, \",\"; Normal, Fix, Sci, Eng, \".\"; Over"
599 "Radix, Zeros, 2, 8, 0, 6; Hms; Date; Complex, I, J"
600 "Why; Line-nums, line-Breaks; <, =, > (justify); Plain"
601 "\" (strings); Truncate, [, ]; SPC (refresh), RET, @"
602 "SHIFT + language: Normal, One-line, Big, Unformatted"
603 "SHIFT + language: C, Pascal, Fortran; TeX, LaTeX, Eqn"
604 "SHIFT + language: Yacas, X=Maxima, A=Giac"
605 "SHIFT + language: Mathematica, W=Maple")
609 (defun calc-g-prefix-help ()
612 '("Fast; Add, Delete, Juggle; Plot, Clear; Quit"
613 "Header, Name, Grid, Border, Key; View-commands, X-display"
614 "x-axis: Range, Title, Log, Zero; lineStyle"
615 "SHIFT + y-axis: Range, Title, Log, Zero; pointStyle"
616 "SHIFT + Print; Device, Output-file; X-geometry"
617 "SHIFT + Num-pts; Command, Kill, View-trail"
618 "SHIFT + 3d: Fast, Add; CTRL + z-axis: Range, Title, Log")
622 (defun calc-k-prefix-help ()
625 '("GCD, LCM; Choose (binomial), Double-factorial"
626 "Random, random-Again, sHuffle"
627 "Factors, Prime-test, Next-prime, Totient, Moebius"
628 "Bernoulli, Euler, Stirling"
629 "SHIFT + Extended-gcd"
630 "SHIFT + dists: Binomial, Chi-square, F, Normal"
631 "SHIFT + dists: Poisson, student's-T")
635 (defun calc-m-prefix-help ()
638 '("Deg, Rad, HMS; Frac; Polar; Inf; Alg, Total; Symb; Vec/mat"
639 "Working; Xtensions; Mode-save; preserve Embedded modes"
640 "SHIFT + Shifted-prefixes, mode-Filename; Record; reCompute"
641 "SHIFT + simplify: Off, Num, Default, Bin, Alg, Ext, Units")
645 (defun calc-t-prefix-help ()
648 '("Display; Fwd, Back; Next, Prev, Here, [, ]; Yank"
649 "Search, Rev; In, Out; <, >; Kill; Marker; . (abbrev)"
650 "SHIFT + time: Now; Part; Date, Julian, Unix, Czone"
651 "SHIFT + time: newWeek, newMonth, newYear; Incmonth"
652 "SHIFT + time: +, - (business days)"
653 "digits 0-9: store-to, same as `s t 0-9'")
657 (defun calc-u-prefix-help ()
660 '("Simplify, Convert, Temperature-convert, Base-units"
661 "Autorange; Remove, eXtract; Explain; View-table; 0-9"
662 "Define, Undefine, Get-defn, Permanent"
663 "SHIFT + View-table-other-window"
664 "SHIFT + stat: Mean, G-mean, Std-dev, Covar, maX, miN"
665 "SHIFT + stat: + (sum), - (asum), * (prod), # (count)")
669 (defun calc-v-prefix-help ()
672 '("Pack, Unpack, Identity, Diagonal, indeX, Build"
673 "Row, Column, Subvector; Length; Find; Mask, Expand"
674 "Tranpose, Arrange, reVerse; Head, Kons; rNorm"
675 "SHIFT + Det, & (inverse), LUD, Trace, conJtrn, Cross"
676 "SHIFT + Sort, Grade, Histogram; cNorm"
677 "SHIFT + Apply, Map, Reduce, accUm, Inner-, Outer-prod"
678 "SHIFT + sets: V (union), ^ (intersection), - (diff)"
679 "SHIFT + sets: Xor, ~ (complement), Floor, Enum"
680 "SHIFT + sets: : (span), # (card), + (rdup)"
681 "<, =, > (justification); , (commas); [, {, ( (brackets)"
682 "} (matrix brackets); . (abbreviate); / (multi-lines)")
687 ;; arch-tag: 2d347593-7591-449e-a64a-93dab5f2f686
688 ;;; calc-help.el ends here