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:
committed by
Eli Zaretskii
parent
350ae75f5c
commit
3291dea441
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user