bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#51717: 28.0.60; (emacs)Lisp Libraries in the manual contains wrong r


From: Po Lu
Subject: bug#51717: 28.0.60; (emacs)Lisp Libraries in the manual contains wrong reference.
Date: Tue, 09 Nov 2021 21:20:05 +0800

In the following segment of (emacs)Lisp Libraries:

   Emacs Lisp code can be compiled into byte-code, which loads faster,
takes up less space, and executes faster.  By convention, compiled Emacs
Lisp code goes in a separate file whose name ends in ‘.elc’.  For
example, the compiled code for ‘foo.el’ goes in ‘foo.elc’.  *Note Byte
Compilation: (elisp)Byte Compilation.

   Emacs Lisp code can also be compiled into “native code”: machine code
not unlike the one produced by a C or Fortran compiler.  Native code
runs even faster than byte-code.  Natively-compiled Emacs Lisp code is
stored in files whose names end in ‘.eln’.  *Note Byte Compilation:
                                                ^^^^^^^^^^^^^^^^
(elisp)Native Compilation.

Shouldn't the underlined text be "Native Compilation" instead?

Thanks.


In GNU Emacs 28.0.60 (build 1, x86_64-unknown-gnu, X toolkit, cairo version 
1.17.4, Xaw3d scroll bars)
 of 2021-11-09 built on machine
Repository revision: 307d164c9c053501df8159719b3b502d720a945a
Repository branch: emacs-28
Windowing system distributor 'X Consortium', version 11.0.12101002

Configured using:
 'configure --with-x-toolkit=lucid --with-native-compilation 
--cache-file=/tmp/ccache'

Configured features:
ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GSETTINGS HARFBUZZ JPEG JSON
LCMS2 LIBSELINUX LIBSYSTEMD LIBXML2 MODULES NATIVE_COMP NOTIFY INOTIFY
PDUMPER PNG RSVG SECCOMP SOUND THREADS TIFF TOOLKIT_SCROLL_BARS X11
XAW3D XDBE XIM XPM LUCID ZLIB

Important settings:
  value of $LANG: C
  value of $XMODIFIERS: @im=tableinput
  locale-coding-system: utf-8-unix

Major mode: Info




reply via email to

[Prev in Thread] Current Thread [Next in Thread]