diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2022-06-28 14:40:52 +0200 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2022-06-28 14:40:52 +0200 |
commit | a8e72eb0e26b6671df4ef8585da38e675b15745f (patch) | |
tree | 25479e0ef005a10efc9b74fe3aa072356009cf1d /etc | |
parent | 091b22cb123c437324bd64c5b7d9d2596da4264c (diff) | |
download | emacs-a8e72eb0e26b6671df4ef8585da38e675b15745f.tar.gz emacs-a8e72eb0e26b6671df4ef8585da38e675b15745f.tar.bz2 emacs-a8e72eb0e26b6671df4ef8585da38e675b15745f.zip |
; * etc/NEWS: Fix file name quotations.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -20,19 +20,19 @@ with a prefix argument or by typing 'C-u C-h C-n'. ** To install the Emacs binary in a non-standard directory, use '--bindir='. If you install Emacs in a way that places the Emacs executable file in -a directory other than ${prefix}/bin, you will now need to specify +a directory other than "${prefix}/bin", you will now need to specify that at configure time, if you build Emacs with native-compilation support. To this end, add the '--bindir=DIRECTORY' switch to the command line of the 'configure' script, where DIRECTORY is the -directory in which you will install the executable file 'emacs'. This -is required even if you place a symlink under ${prefix}/bin that +directory in which you will install the executable file "emacs". This +is required even if you place a symlink under "${prefix}/bin" that points to the real executable file in some other DIRECTORY. It is no longer enough to specify 'bindir=DIRECTORY' on the command line of the "make install" command. The reason for this new requirement is that Emacs needs to locate at -startup the directory with its '*.eln' natively-compiled files for the +startup the directory with its "*.eln" natively-compiled files for the preloaded Lisp packages, and the relative name of that directory needs therefore to be recorded in the executable as part of the build. |