aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/eshell/em-basic.el
diff options
context:
space:
mode:
authorGlenn Morris2017-06-19 22:24:29 -0400
committerGlenn Morris2017-06-19 22:24:29 -0400
commit27aba6d20c2dbe6349e6b5f7aad670ddd07742f0 (patch)
treef1dee7292905258ba7a63d4daea6de854e4c2346 /lisp/eshell/em-basic.el
parent70d01daceddeb4e4c49c79473c81420f65ffd290 (diff)
downloademacs-27aba6d20c2dbe6349e6b5f7aad670ddd07742f0.tar.gz
emacs-27aba6d20c2dbe6349e6b5f7aad670ddd07742f0.zip
; * lisp/eshell/em-basic.el: Fix commentary.
This file has never provided any such "version" command.
Diffstat (limited to 'lisp/eshell/em-basic.el')
-rw-r--r--lisp/eshell/em-basic.el6
1 files changed, 0 insertions, 6 deletions
diff --git a/lisp/eshell/em-basic.el b/lisp/eshell/em-basic.el
index c570d7cca89..47c2cb4dab1 100644
--- a/lisp/eshell/em-basic.el
+++ b/lisp/eshell/em-basic.el
@@ -50,12 +50,6 @@
50;; 50;;
51;; The umask command changes the default file permissions for newly 51;; The umask command changes the default file permissions for newly
52;; created files. It uses the same syntax as bash. 52;; created files. It uses the same syntax as bash.
53;;
54;;;_* `version'
55;;
56;; This command reports the version number for Eshell and all its
57;; dependent module, including the date when those modules were last
58;; modified.
59 53
60;;; Code: 54;;; Code:
61 55