aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/calc/calc-misc.el12
1 files changed, 5 insertions, 7 deletions
diff --git a/lisp/calc/calc-misc.el b/lisp/calc/calc-misc.el
index 6aaf0095419..350e46960bd 100644
--- a/lisp/calc/calc-misc.el
+++ b/lisp/calc/calc-misc.el
@@ -216,7 +216,7 @@ Calc user interface as before (either C-x * C or C-x * K; initially C-x * C).
216;;;###autoload 216;;;###autoload
217(defun calc-help () 217(defun calc-help ()
218 (interactive) 218 (interactive)
219 (let ((msgs (append 219 (let ((msgs
220 '("Press `h' for complete help; press `?' repeatedly for a summary" 220 '("Press `h' for complete help; press `?' repeatedly for a summary"
221 "Letter keys: Negate; Precision; Yank; Why; Xtended cmd; Quit" 221 "Letter keys: Negate; Precision; Yank; Why; Xtended cmd; Quit"
222 "Letter keys: SHIFT + Undo, reDo; Keep-args; Inverse, Hyperbolic" 222 "Letter keys: SHIFT + Undo, reDo; Keep-args; Inverse, Hyperbolic"
@@ -235,10 +235,8 @@ Calc user interface as before (either C-x * C or C-x * K; initially C-x * C).
235 "Prefix keys: Kombinatorics/statistics, Modes, Store/recall" 235 "Prefix keys: Kombinatorics/statistics, Modes, Store/recall"
236 "Prefix keys: Trail/time, Units/statistics, Vector/matrix" 236 "Prefix keys: Trail/time, Units/statistics, Vector/matrix"
237 "Prefix keys: Z (user), SHIFT + Z (define)" 237 "Prefix keys: Z (user), SHIFT + Z (define)"
238 "Prefix keys: prefix + ? gives further help for that prefix") 238 "Prefix keys: prefix + ? gives further help for that prefix"
239 (list (format 239 " Calc by Dave Gillespie, daveg@synaptics.com")))
240 " Calc %s by Dave Gillespie, daveg@synaptics.com"
241 calc-version)))))
242 (if calc-full-help-flag 240 (if calc-full-help-flag
243 msgs 241 msgs
244 (if (or calc-inverse-flag calc-hyperbolic-flag) 242 (if (or calc-inverse-flag calc-hyperbolic-flag)
@@ -834,8 +832,8 @@ loaded and the keystroke automatically re-typed."
834Prompts for bug subject. Leaves you in a mail buffer." 832Prompts for bug subject. Leaves you in a mail buffer."
835 (interactive) 833 (interactive)
836 (let ((reporter-prompt-for-summary-p t)) 834 (let ((reporter-prompt-for-summary-p t))
837 (reporter-submit-bug-report calc-bug-address "Calc" '(calc-version) 835 (reporter-submit-bug-report calc-bug-address "Calc"
838 nil nil 836 nil nil nil
839 "Please describe exactly what actions triggered the bug and the 837 "Please describe exactly what actions triggered the bug and the
840precise symptoms of the bug. If possible, include a backtrace by 838precise symptoms of the bug. If possible, include a backtrace by
841doing 'M-x toggle-debug-on-error', then reproducing the bug. 839doing 'M-x toggle-debug-on-error', then reproducing the bug.