; Fix typos: emacs lisp -> Emacs Lisp

This commit is contained in:
Stefan Kangas 2021-04-16 14:35:25 +02:00
parent 289ec2d911
commit fb9f5501d8
12 changed files with 13 additions and 13 deletions

View file

@ -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.

View file

@ -27,7 +27,7 @@
;; This package supplies a single entry point, common-lisp-indent-function,
;; which performs indentation in the preferred style for Common Lisp code.
;; It is also a suitable function for indenting Emacs lisp code.
;; It is also a suitable function for indenting Emacs Lisp code.
;;
;; To enable it:
;;