summaryrefslogtreecommitdiff
path: root/lisp/eshell
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/eshell')
-rw-r--r--lisp/eshell/em-alias.el2
-rw-r--r--lisp/eshell/em-banner.el2
-rw-r--r--lisp/eshell/em-basic.el2
-rw-r--r--lisp/eshell/em-cmpl.el2
-rw-r--r--lisp/eshell/em-dirs.el2
-rw-r--r--lisp/eshell/em-glob.el2
-rw-r--r--lisp/eshell/em-hist.el2
-rw-r--r--lisp/eshell/em-ls.el2
-rw-r--r--lisp/eshell/em-pred.el4
-rw-r--r--lisp/eshell/em-prompt.el2
-rw-r--r--lisp/eshell/em-rebind.el2
-rw-r--r--lisp/eshell/em-script.el2
-rw-r--r--lisp/eshell/em-smart.el2
-rw-r--r--lisp/eshell/em-term.el2
-rw-r--r--lisp/eshell/em-unix.el2
-rw-r--r--lisp/eshell/em-xtra.el2
-rw-r--r--lisp/eshell/esh-arg.el2
-rw-r--r--lisp/eshell/esh-cmd.el2
-rw-r--r--lisp/eshell/esh-ext.el2
-rw-r--r--lisp/eshell/esh-io.el2
-rw-r--r--lisp/eshell/esh-maint.el2
-rw-r--r--lisp/eshell/esh-mode.el2
-rw-r--r--lisp/eshell/esh-module.el2
-rw-r--r--lisp/eshell/esh-opt.el2
-rw-r--r--lisp/eshell/esh-proc.el2
-rw-r--r--lisp/eshell/esh-test.el2
-rw-r--r--lisp/eshell/esh-util.el2
-rw-r--r--lisp/eshell/esh-var.el2
-rw-r--r--lisp/eshell/eshell.el2
29 files changed, 31 insertions, 29 deletions
diff --git a/lisp/eshell/em-alias.el b/lisp/eshell/em-alias.el
index d6d1ba0409..0dd908be99 100644
--- a/lisp/eshell/em-alias.el
+++ b/lisp/eshell/em-alias.el
@@ -1,4 +1,4 @@
-;;; em-alias --- creation and management of command aliases
+;;; em-alias.el --- creation and management of command aliases
;; Copyright (C) 1999, 2000 Free Software Foundation
diff --git a/lisp/eshell/em-banner.el b/lisp/eshell/em-banner.el
index 90d59f3f21..dc5f52bcdc 100644
--- a/lisp/eshell/em-banner.el
+++ b/lisp/eshell/em-banner.el
@@ -1,4 +1,4 @@
-;;; em-banner --- sample module that displays a login banner
+;;; em-banner.el --- sample module that displays a login banner
;; Copyright (C) 1999, 2000 Free Software Foundation
diff --git a/lisp/eshell/em-basic.el b/lisp/eshell/em-basic.el
index 52afff15b2..49947eede7 100644
--- a/lisp/eshell/em-basic.el
+++ b/lisp/eshell/em-basic.el
@@ -1,4 +1,4 @@
-;;; em-basic --- basic shell builtin commands
+;;; em-basic.el --- basic shell builtin commands
;; Copyright (C) 1999, 2000 Free Software Foundation
diff --git a/lisp/eshell/em-cmpl.el b/lisp/eshell/em-cmpl.el
index 3b620b074d..14407a8f23 100644
--- a/lisp/eshell/em-cmpl.el
+++ b/lisp/eshell/em-cmpl.el
@@ -1,4 +1,4 @@
-;;; em-cmpl --- completion using the TAB key
+;;; em-cmpl.el --- completion using the TAB key
;; Copyright (C) 1999, 2000 Free Software Foundation
diff --git a/lisp/eshell/em-dirs.el b/lisp/eshell/em-dirs.el
index 89d4a408e9..140dc217be 100644
--- a/lisp/eshell/em-dirs.el
+++ b/lisp/eshell/em-dirs.el
@@ -1,4 +1,4 @@
-;;; em-dirs --- directory navigation commands
+;;; em-dirs.el --- directory navigation commands
;; Copyright (C) 1999, 2000 Free Software Foundation
diff --git a/lisp/eshell/em-glob.el b/lisp/eshell/em-glob.el
index f4f9ebbe5b..0e826756c5 100644
--- a/lisp/eshell/em-glob.el
+++ b/lisp/eshell/em-glob.el
@@ -1,4 +1,4 @@
-;;; em-glob --- extended file name globbing
+;;; em-glob.el --- extended file name globbing
;; Copyright (C) 1999, 2000 Free Software Foundation
diff --git a/lisp/eshell/em-hist.el b/lisp/eshell/em-hist.el
index ef0a4b348c..a5426f5300 100644
--- a/lisp/eshell/em-hist.el
+++ b/lisp/eshell/em-hist.el
@@ -1,4 +1,4 @@
-;;; em-hist --- history list management
+;;; em-hist.el --- history list management
;; Copyright (C) 1999, 2000 Free Software Foundation
diff --git a/lisp/eshell/em-ls.el b/lisp/eshell/em-ls.el
index b7b080012f..199c176b80 100644
--- a/lisp/eshell/em-ls.el
+++ b/lisp/eshell/em-ls.el
@@ -1,4 +1,4 @@
-;;; em-ls --- implementation of ls in Lisp
+;;; em-ls.el --- implementation of ls in Lisp
;; Copyright (C) 1999, 2000 Free Software Foundation
diff --git a/lisp/eshell/em-pred.el b/lisp/eshell/em-pred.el
index b258b0f960..5f9d7524b6 100644
--- a/lisp/eshell/em-pred.el
+++ b/lisp/eshell/em-pred.el
@@ -1,4 +1,4 @@
-;;; em-pred --- argument predicates and modifiers (ala zsh)
+;;; em-pred.el --- argument predicates and modifiers (ala zsh)
;; Copyright (C) 1999, 2000 Free Software Foundation
@@ -58,6 +58,8 @@ ordinary strings."
;; See the zsh docs for more on the syntax ([(zsh.info)Filename
;; Generation]).
+;;; Code:
+
;;; User Variables:
(defcustom eshell-pred-load-hook '(eshell-pred-initialize)
diff --git a/lisp/eshell/em-prompt.el b/lisp/eshell/em-prompt.el
index f94d244cab..c0f179c12e 100644
--- a/lisp/eshell/em-prompt.el
+++ b/lisp/eshell/em-prompt.el
@@ -1,4 +1,4 @@
-;;; em-prompt --- command prompts
+;;; em-prompt.el --- command prompts
;; Copyright (C) 1999, 2000 Free Software Foundation
diff --git a/lisp/eshell/em-rebind.el b/lisp/eshell/em-rebind.el
index b58b294aff..c52617633c 100644
--- a/lisp/eshell/em-rebind.el
+++ b/lisp/eshell/em-rebind.el
@@ -1,4 +1,4 @@
-;;; em-rebind --- rebind keys when point is at current input
+;;; em-rebind.el --- rebind keys when point is at current input
;; Copyright (C) 1999, 2000 Free Software Foundation
diff --git a/lisp/eshell/em-script.el b/lisp/eshell/em-script.el
index 0dcc4d42e5..af7250b553 100644
--- a/lisp/eshell/em-script.el
+++ b/lisp/eshell/em-script.el
@@ -1,4 +1,4 @@
-;;; em-script --- Eshell script files
+;;; em-script.el --- Eshell script files
;; Copyright (C) 1999, 2000 Free Software Foundation
diff --git a/lisp/eshell/em-smart.el b/lisp/eshell/em-smart.el
index 0d7810df9e..fe787cd19e 100644
--- a/lisp/eshell/em-smart.el
+++ b/lisp/eshell/em-smart.el
@@ -1,4 +1,4 @@
-;;; em-smart --- smart display of output
+;;; em-smart.el --- smart display of output
;; Copyright (C) 1999, 2000 Free Software Foundation
diff --git a/lisp/eshell/em-term.el b/lisp/eshell/em-term.el
index c24fc99338..afd8e9596e 100644
--- a/lisp/eshell/em-term.el
+++ b/lisp/eshell/em-term.el
@@ -1,4 +1,4 @@
-;;; em-term --- running visual commands
+;;; em-term.el --- running visual commands
;; Copyright (C) 1999, 2000 Free Software Foundation
diff --git a/lisp/eshell/em-unix.el b/lisp/eshell/em-unix.el
index ae5c04e3ab..6db127a45f 100644
--- a/lisp/eshell/em-unix.el
+++ b/lisp/eshell/em-unix.el
@@ -1,4 +1,4 @@
-;;; em-unix --- UNIX command aliases
+;;; em-unix.el --- UNIX command aliases
;; Copyright (C) 1999, 2000, 2001 Free Software Foundation
diff --git a/lisp/eshell/em-xtra.el b/lisp/eshell/em-xtra.el
index 98d2cbf6cd..427eed3c1e 100644
--- a/lisp/eshell/em-xtra.el
+++ b/lisp/eshell/em-xtra.el
@@ -1,4 +1,4 @@
-;;; em-xtra --- extra alias functions
+;;; em-xtra.el --- extra alias functions
;; Copyright (C) 1999, 2000 Free Software Foundation
diff --git a/lisp/eshell/esh-arg.el b/lisp/eshell/esh-arg.el
index 0b68bd69a0..ff86304296 100644
--- a/lisp/eshell/esh-arg.el
+++ b/lisp/eshell/esh-arg.el
@@ -1,4 +1,4 @@
-;;; esh-arg --- argument processing
+;;; esh-arg.el --- argument processing
;; Copyright (C) 1999, 2000 Free Software Foundation
diff --git a/lisp/eshell/esh-cmd.el b/lisp/eshell/esh-cmd.el
index 88096be13e..c5c61d311e 100644
--- a/lisp/eshell/esh-cmd.el
+++ b/lisp/eshell/esh-cmd.el
@@ -1,4 +1,4 @@
-;;; esh-cmd --- command invocation
+;;; esh-cmd.el --- command invocation
;; Copyright (C) 1999, 2000 Free Software Foundation
diff --git a/lisp/eshell/esh-ext.el b/lisp/eshell/esh-ext.el
index 52ca3392a2..691bbe6334 100644
--- a/lisp/eshell/esh-ext.el
+++ b/lisp/eshell/esh-ext.el
@@ -1,4 +1,4 @@
-;;; esh-ext --- commands external to Eshell
+;;; esh-ext.el --- commands external to Eshell
;; Copyright (C) 1999, 2000 Free Software Foundation
diff --git a/lisp/eshell/esh-io.el b/lisp/eshell/esh-io.el
index fabb85cce9..7e927198c2 100644
--- a/lisp/eshell/esh-io.el
+++ b/lisp/eshell/esh-io.el
@@ -1,4 +1,4 @@
-;;; esh-io --- I/O management
+;;; esh-io.el --- I/O management
;; Copyright (C) 1999, 2000 Free Software Foundation
diff --git a/lisp/eshell/esh-maint.el b/lisp/eshell/esh-maint.el
index 89e50401c6..78de4e8ee0 100644
--- a/lisp/eshell/esh-maint.el
+++ b/lisp/eshell/esh-maint.el
@@ -1,4 +1,4 @@
-;;; esh-maint --- init code for building eshell
+;;; esh-maint.el --- init code for building eshell
;; Copyright (C) 1999, 2000 Free Software Foundation
diff --git a/lisp/eshell/esh-mode.el b/lisp/eshell/esh-mode.el
index aea8158c7c..c284f6f3ff 100644
--- a/lisp/eshell/esh-mode.el
+++ b/lisp/eshell/esh-mode.el
@@ -1,4 +1,4 @@
-;;; esh-mode --- user interface
+;;; esh-mode.el --- user interface
;; Copyright (C) 1999, 2000 Free Software Foundation
diff --git a/lisp/eshell/esh-module.el b/lisp/eshell/esh-module.el
index f09f1ac7b2..176c6b33ee 100644
--- a/lisp/eshell/esh-module.el
+++ b/lisp/eshell/esh-module.el
@@ -1,4 +1,4 @@
-;;; esh-module --- Eshell modules
+;;; esh-module.el --- Eshell modules
;; Copyright (C) 1999, 2000 Free Software Foundation
diff --git a/lisp/eshell/esh-opt.el b/lisp/eshell/esh-opt.el
index 6235c88659..85e30ca218 100644
--- a/lisp/eshell/esh-opt.el
+++ b/lisp/eshell/esh-opt.el
@@ -1,4 +1,4 @@
-;;; esh-opt --- command options processing
+;;; esh-opt.el --- command options processing
;; Copyright (C) 1999, 2000 Free Software Foundation
diff --git a/lisp/eshell/esh-proc.el b/lisp/eshell/esh-proc.el
index dbe2e77352..d5ffa4c1c9 100644
--- a/lisp/eshell/esh-proc.el
+++ b/lisp/eshell/esh-proc.el
@@ -1,4 +1,4 @@
-;;; esh-proc --- process management
+;;; esh-proc.el --- process management
;; Copyright (C) 1999, 2000 Free Software Foundation
diff --git a/lisp/eshell/esh-test.el b/lisp/eshell/esh-test.el
index acfb409da5..2e4d9c69be 100644
--- a/lisp/eshell/esh-test.el
+++ b/lisp/eshell/esh-test.el
@@ -1,4 +1,4 @@
-;;; esh-test --- Eshell test suite
+;;; esh-test.el --- Eshell test suite
;; Copyright (C) 1999, 2000 Free Software Foundation
diff --git a/lisp/eshell/esh-util.el b/lisp/eshell/esh-util.el
index 4edcb53761..26de0a55ee 100644
--- a/lisp/eshell/esh-util.el
+++ b/lisp/eshell/esh-util.el
@@ -1,4 +1,4 @@
-;;; esh-util --- general utilities
+;;; esh-util.el --- general utilities
;; Copyright (C) 1999, 2000, 2001 Free Software Foundation
diff --git a/lisp/eshell/esh-var.el b/lisp/eshell/esh-var.el
index fdb1ea106a..9caa40ff6d 100644
--- a/lisp/eshell/esh-var.el
+++ b/lisp/eshell/esh-var.el
@@ -1,4 +1,4 @@
-;;; esh-var --- handling of variables
+;;; esh-var.el --- handling of variables
;; Copyright (C) 1999, 2000 Free Software Foundation
diff --git a/lisp/eshell/eshell.el b/lisp/eshell/eshell.el
index 4cccc7aea4..1ac4d6fb43 100644
--- a/lisp/eshell/eshell.el
+++ b/lisp/eshell/eshell.el
@@ -1,4 +1,4 @@
-;;; eshell --- the Emacs command shell
+;;; eshell.el --- the Emacs command shell
;; Copyright (C) 1999, 2000 Free Software Foundation