summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/cconv.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/emacs-lisp/cconv.el
parent289ec2d911c0a723c0c131ac9cf3407c71a4b15c (diff)
downloademacs-fb9f5501d838f8b912ea33f9c34fdf6020c41f35.tar.gz
emacs-fb9f5501d838f8b912ea33f9c34fdf6020c41f35.tar.bz2
emacs-fb9f5501d838f8b912ea33f9c34fdf6020c41f35.zip
; Fix typos: emacs lisp -> Emacs Lisp
Diffstat (limited to 'lisp/emacs-lisp/cconv.el')
-rw-r--r--lisp/emacs-lisp/cconv.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/cconv.el b/lisp/emacs-lisp/cconv.el
index b37cfebab31..f6637109028 100644
--- a/lisp/emacs-lisp/cconv.el
+++ b/lisp/emacs-lisp/cconv.el
@@ -1,4 +1,4 @@
-;;; cconv.el --- Closure conversion for statically scoped Emacs lisp. -*- lexical-binding: t -*-
+;;; cconv.el --- Closure conversion for statically scoped Emacs Lisp. -*- lexical-binding: t -*-
;; Copyright (C) 2011-2021 Free Software Foundation, Inc.