all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Documentation error re INSIDE_EMACS
@ 2007-10-09 22:40 Boyd Adamson
  2007-10-13  3:07 ` Glenn Morris
  0 siblings, 1 reply; 2+ messages in thread
From: Boyd Adamson @ 2007-10-09 22:40 UTC (permalink / raw
  To: bug-gnu-emacs

There is a mismatch between the code and the documentation in relation
to INSIDE_EMACS in the inferior shell.

doc/emacs/misc.texi :
----
@cindex @env{INSIDE_EMACS} environment variable
  Emacs sets the envitonment variable @env{INSIDE_EMACS} to @code{t}
in the subshell.  Programs can check this variable to determine
whether they are running inside an Emacs subshell.
----

In fact,
lisp/comint.el :
----
          (list (format "INSIDE_EMACS=%s,comint" emacs-version))
----


Also, the paragraph in the documentation above has a typo ("envitonment").

Boyd




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

* Re: Documentation error re INSIDE_EMACS
  2007-10-09 22:40 Documentation error re INSIDE_EMACS Boyd Adamson
@ 2007-10-13  3:07 ` Glenn Morris
  0 siblings, 0 replies; 2+ messages in thread
From: Glenn Morris @ 2007-10-13  3:07 UTC (permalink / raw
  To: Boyd Adamson; +Cc: bug-gnu-emacs

"Boyd Adamson" wrote:

> There is a mismatch between the code and the documentation in relation
> to INSIDE_EMACS in the inferior shell.

Thanks; I corrected the docs.




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

end of thread, other threads:[~2007-10-13  3:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-09 22:40 Documentation error re INSIDE_EMACS Boyd Adamson
2007-10-13  3:07 ` Glenn Morris

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.