diff options
author | Glenn Morris <rgm@gnu.org> | 2020-09-09 07:51:14 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2020-09-09 07:51:14 -0700 |
commit | 5a9e237e154f2445e2c198cd4491b26a5a962dcf (patch) | |
tree | cdbfcb2c27699c1686edf4b4e9308d9298caf219 /lisp/play | |
parent | fecdc1a66a278a4ccaf160d23c0becdc43965fc8 (diff) | |
parent | 9b35b0c99ceaeca74a16bea86a665ae5f44430a1 (diff) | |
download | emacs-5a9e237e154f2445e2c198cd4491b26a5a962dcf.tar.gz emacs-5a9e237e154f2445e2c198cd4491b26a5a962dcf.tar.bz2 emacs-5a9e237e154f2445e2c198cd4491b26a5a962dcf.zip |
Merge from origin/emacs-27
9b35b0c99c ; * lisp/man.el (Man-mode): Fix formatting.
abca75d2e9 ; Fix typos; change "Emacs-Lisp" to "Emacs Lisp"
Diffstat (limited to 'lisp/play')
-rw-r--r-- | lisp/play/handwrite.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/play/handwrite.el b/lisp/play/handwrite.el index f69e0622c9a..7b4a59b6fcd 100644 --- a/lisp/play/handwrite.el +++ b/lisp/play/handwrite.el @@ -45,7 +45,7 @@ ;; Installation ;; ;; type at your prompt "emacs -l handwrite.el" or put this file on your -;; Emacs-Lisp load path, add the following into your init file: +;; Emacs Lisp load path, add the following into your init file: ;; ;; (require 'handwrite) ;; |