]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix example in Calc manual
authorBrad Knotwell <bknotwell@yahoo.com>
Fri, 24 May 2024 07:00:37 +0000 (00:00 -0700)
committerEshel Yaron <me@eshelyaron.com>
Sun, 26 May 2024 05:50:01 +0000 (07:50 +0200)
* 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

index f7b7e277b58cde65aead37bd06af2ff8b05704c7..bcedee8a94662ecd42c043bb92f79923c1ad379a 100644 (file)
@@ -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)