diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2017-03-05 08:18:40 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2017-03-05 08:19:06 -0800 |
commit | 788a5b8447253fdbbb171d3219acbd7600bb465a (patch) | |
tree | 0ddd0f6dcbd08892f4db95ff8de509bf30bf95cc /lisp/emacs-lisp/cl-print.el | |
parent | a0c8531c9db89e6e7f053f656cae592465be8220 (diff) | |
download | emacs-788a5b8447253fdbbb171d3219acbd7600bb465a.tar.gz |
; Spelling fixes
Diffstat (limited to 'lisp/emacs-lisp/cl-print.el')
-rw-r--r-- | lisp/emacs-lisp/cl-print.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/cl-print.el b/lisp/emacs-lisp/cl-print.el index b4ceefb9b1d..7e886fba08a 100644 --- a/lisp/emacs-lisp/cl-print.el +++ b/lisp/emacs-lisp/cl-print.el @@ -1,4 +1,4 @@ -;;; cl-print.el --- CL-style generic printer facilies -*- lexical-binding: t; -*- +;;; cl-print.el --- CL-style generic printing -*- lexical-binding: t; -*- ;; Copyright (C) 2017 Free Software Foundation, Inc. |