1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-14 03:37:38 -08:00
emacs/doc
Basil L. Contovounesios 6ecec60966 Define explicit-shell-file-name only in shell.el
For discussion, see the following thread:
https://lists.gnu.org/r/emacs-devel/2020-04/msg00880.html

* doc/emacs/cmdargs.texi (General Variables): Mention
shell-file-name in relation to SHELL.
* doc/emacs/misc.texi (Interactive Shell): Move index entry for
SHELL environment variable from here, where it is not mentioned...
(Single Shell): ...to here, where it is discussed along with
shell-file-name.
* lisp/dired.el (dired-insert-directory): Use shell-file-name
instead of explicit-shell-file-name when a shell is implicitly
requested.
* lisp/obsolete/terminal.el (explicit-shell-file-name):
* lisp/term.el (explicit-shell-file-name): Remove duplicate
defcustoms and load lisp/shell.el instead.  (Bug#40679)
* lisp/shell.el (explicit-shell-file-name): Clarify docstring.
(shell): Simplify.
2020-12-03 17:25:04 +00:00
..
emacs Define explicit-shell-file-name only in shell.el 2020-12-03 17:25:04 +00:00
lispintro Clarify wording 2020-10-14 19:17:48 -04:00
lispref Remove specific byte-compiler warnings for cl.el 2020-12-02 10:19:16 +01:00
man Minor improvements to emacsclient man page 2020-10-18 02:49:55 +02:00
misc Remove specific byte-compiler warnings for cl.el 2020-12-02 10:19:16 +01:00