mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
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
|
(put 'calc-define 'inc-prec '(progn
|
||||||
|
|
||||||
(define-key calc-mode-map (format "Y%sI" inc-prec-base-key)
|
(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)
|
(define-key calc-mode-map (format "Y%sD" inc-prec-base-key)
|
||||||
'decrease-precision)
|
'calc-decrease-precision)
|
||||||
|
|
||||||
(setq calc-Y-help-msgs
|
(setq calc-Y-help-msgs
|
||||||
(cons (format "%s + Inc-prec, Dec-prec" inc-prec-base-key)
|
(cons (format "%s + Inc-prec, Dec-prec" inc-prec-base-key)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue