; Fix typos: emacs lisp -> Emacs Lisp
This commit is contained in:
parent
289ec2d911
commit
fb9f5501d8
12 changed files with 13 additions and 13 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -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:
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue