From e83172d10d1a3fdc81257fd69f97fca92f3af16e Mon Sep 17 00:00:00 2001 From: Brad Knotwell Date: Fri, 24 May 2024 00:00:37 -0700 Subject: [PATCH] Fix example in Calc manual * doc/misc/calc.texi (Defining Simple Commands): Fix typo in command names. (Bug#71166) Copyright-paperwork-exempt: yes (cherry picked from commit 3291dea441f25ca14619bebe493ffb694f53cf9d) --- doc/misc/calc.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/misc/calc.texi b/doc/misc/calc.texi index f7b7e277b58..bcedee8a946 100644 --- a/doc/misc/calc.texi +++ b/doc/misc/calc.texi @@ -32501,9 +32501,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) -- 2.39.5