all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#71166: incorrect documentation
       [not found] <m2ed9relt6.fsf.ref@Brads-iMac-26.home>
@ 2024-05-24  7:00 ` Brad Knotwell via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2024-05-24  7:45   ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Brad Knotwell via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2024-05-24  7:00 UTC (permalink / raw)
  To: 71166

[-- Attachment #1: Type: text/plain, Size: 620 bytes --]

Tags: patch


Documentation contains incorrect example code.



In GNU Emacs 29.1 (build 1, x86_64-apple-darwin15.6.0, NS appkit-1404.47
 Version 10.11.6 (Build 15G22010)) of 2023-08-16 built on
 builder10-11.lan
Windowing system distributor 'Apple', version 10.3.1561
System Description:  Mac OS X 10.13.6

Configured using:
 'configure --with-ns '--enable-locallisppath=/Library/Application
 Support/Emacs/${version}/site-lisp:/Library/Application
 Support/Emacs/site-lisp' --with-modules 'CFLAGS=-DFD_SETSIZE=10000
 -DDARWIN_UNLIMITED_SELECT'
 CFLAGS=-DNSTextAlignmentRight=NSRightTextAlignment --with-x-toolkit=no'


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: calcdoc.patch --]
[-- Type: text/patch, Size: 589 bytes --]

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)

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#71166: incorrect documentation
  2024-05-24  7:00 ` bug#71166: incorrect documentation Brad Knotwell via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2024-05-24  7:45   ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2024-05-24  7:45 UTC (permalink / raw)
  To: Brad Knotwell; +Cc: 71166-done

> Date: Fri, 24 May 2024 00:00:37 -0700
> From:  Brad Knotwell via "Bug reports for GNU Emacs,
>  the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
> 
> Documentation contains incorrect example code.

Thanks, installed on the emacs-29 branch, and closing the bug.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-05-24  7:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <m2ed9relt6.fsf.ref@Brads-iMac-26.home>
2024-05-24  7:00 ` bug#71166: incorrect documentation Brad Knotwell via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-05-24  7:45   ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.