emacs-diffs
[Top][All Lists]
Advanced

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

emacs-29 a9037aa8e81: ; Fix use-package-ensure-system-package macOS foot


From: Stefan Kangas
Subject: emacs-29 a9037aa8e81: ; Fix use-package-ensure-system-package macOS footnote
Date: Sat, 10 Dec 2022 18:31:52 -0500 (EST)

branch: emacs-29
commit a9037aa8e81952f30b0a6ad92eefead0c4d231c4
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    ; Fix use-package-ensure-system-package macOS footnote
    
    * doc/misc/use-package.texi (use-package-ensure-system-package): Fix
    macOS footnote.
---
 doc/misc/use-package.texi | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/doc/misc/use-package.texi b/doc/misc/use-package.texi
index 4fd2882e109..6447f96c63f 100644
--- a/doc/misc/use-package.texi
+++ b/doc/misc/use-package.texi
@@ -1918,11 +1918,12 @@ be optionally enabled.
 @findex :ensure-system-package
 The @code{:ensure-system-package} keyword allows you to ensure certain
 executables are available on your system alongside your package
-declarations.@footnote{On macOS, you will want to make sure
-@code{exec-path} is cognisant of all binary package names that you
-would like to ensure are installed.  The
+declarations.@footnote{On macOS, your @code{exec-path} might be
+different if you are starting Emacs as a GUI app instead of from a
+shell.  If you find that Emacs on macOS cannot find some executables
+that you know are already installed, you could try the
 
@uref{https://github.com/purcell/exec-path-from-shell,@samp{exec-path-from-shell}}
-package is often a good way to do this.}
+package.}
 
 To use this extension, add this immediately after loading
 @code{use-package}:



reply via email to

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