emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/man/faq.texi,v


From: Paul Eggert
Subject: [Emacs-diffs] Changes to emacs/man/faq.texi,v
Date: Tue, 12 Sep 2006 16:43:28 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Paul Eggert <eggert>    06/09/12 16:43:25

Index: man/faq.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/man/faq.texi,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -b -r1.97 -r1.98
--- man/faq.texi        12 Aug 2006 14:13:31 -0000      1.97
+++ man/faq.texi        12 Sep 2006 16:43:25 -0000      1.98
@@ -2683,7 +2683,8 @@
 @item
 Make the alias conditioned on the @code{EMACS} variable in the
 environment.  When Emacs runs a subsidiary shell, it exports the
address@hidden variable with the value @code{t} to that shell.  You can
address@hidden variable to that shell, with value equal to the absolute
+file name of Emacs.  You can
 unalias @code{ls} when that happens, thus limiting the alias to your
 interactive sessions.
 
@@ -2753,7 +2754,7 @@
 
 @example
 if ($?EMACS) then
-    if ("$EMACS" == t) then
+    if ("$EMACS" =~ /*) then
         if ($?tcsh) unset edit
         stty nl
     endif




reply via email to

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