summaryrefslogtreecommitdiff
path: root/lisp/ls-lisp.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-04-16 14:35:25 +0200
committerStefan Kangas <stefan@marxist.se>2021-04-16 14:54:02 +0200
commitfb9f5501d838f8b912ea33f9c34fdf6020c41f35 (patch)
tree7d71ac212c888b9814b6fa189840d87d1be33b57 /lisp/ls-lisp.el
parent289ec2d911c0a723c0c131ac9cf3407c71a4b15c (diff)
downloademacs-fb9f5501d838f8b912ea33f9c34fdf6020c41f35.tar.gz
emacs-fb9f5501d838f8b912ea33f9c34fdf6020c41f35.tar.bz2
emacs-fb9f5501d838f8b912ea33f9c34fdf6020c41f35.zip
; Fix typos: emacs lisp -> Emacs Lisp
Diffstat (limited to 'lisp/ls-lisp.el')
-rw-r--r--lisp/ls-lisp.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ls-lisp.el b/lisp/ls-lisp.el
index 3721e86475c..24d49ea6d80 100644
--- a/lisp/ls-lisp.el
+++ b/lisp/ls-lisp.el
@@ -28,7 +28,7 @@
;; OVERVIEW ==========================================================
;; This file advises the function `insert-directory' to implement it
-;; directly from Emacs lisp, without running ls in a subprocess.
+;; directly from Emacs Lisp, without running ls in a subprocess.
;; This is useful if you don't have ls installed (ie, on MS Windows).
;; This function can use regexps instead of shell wildcards. If you