Fix example in Calc manual
* doc/misc/calc.texi (Defining Simple Commands): Fix typo in command names. (Bug#71166) Copyright-paperwork-exempt: yes
This commit is contained in:
parent
350ae75f5c
commit
3291dea441
1 changed files with 2 additions and 2 deletions
|
@ -32480,9 +32480,9 @@ decreases the precision.
|
|||
(put 'calc-define 'inc-prec '(progn
|
||||
|
||||
(define-key calc-mode-map (format "Y%sI" inc-prec-base-key)
|
||||
'increase-precision)
|
||||
'calc-increase-precision)
|
||||
(define-key calc-mode-map (format "Y%sD" inc-prec-base-key)
|
||||
'decrease-precision)
|
||||
'calc-decrease-precision)
|
||||
|
||||
(setq calc-Y-help-msgs
|
||||
(cons (format "%s + Inc-prec, Dec-prec" inc-prec-base-key)
|
||||
|
|
Loading…
Add table
Reference in a new issue