]> code.delx.au - gnu-emacs/commitdiff
(eshell-modifier-alist): Changed the "eval again" modifier from 'e' to
authorJohn Wiegley <johnw@newartisans.com>
Fri, 20 Feb 2004 12:32:19 +0000 (12:32 +0000)
committerJohn Wiegley <johnw@newartisans.com>
Fri, 20 Feb 2004 12:32:19 +0000 (12:32 +0000)
'E', since 'e' is also used by the "file extension" modifier.

lisp/eshell/em-pred.el

index 3be32fde10dcda56c2136772a331d4db8f4bd647..26349b4e94b976295521db290122efe2677171b1 100644 (file)
@@ -113,7 +113,7 @@ The format of each entry is
 (put 'eshell-predicate-alist 'risky-local-variable t)
 
 (defcustom eshell-modifier-alist
-  '((?e . '(lambda (lst)
+  '((?E . '(lambda (lst)
             (mapcar
              (function
               (lambda (str)
@@ -207,7 +207,7 @@ EXAMPLES:
   "Eshell modifier quick reference:
 
 FOR SINGLE ARGUMENTS, or each argument of a list of strings:
-  e  evaluate again
+  E  evaluate again
   L  lowercase
   U  uppercase
   C  capitalize