From: Paul Eggert Date: Sun, 5 Mar 2017 16:18:40 +0000 (-0800) Subject: ; Spelling fixes X-Git-Tag: emacs-26.0.90~637 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=788a5b8447253fdbbb171d3219acbd7600bb465a;p=emacs.git ; Spelling fixes --- 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. diff --git a/lisp/play/dunnet.el b/lisp/play/dunnet.el index f0a1cf12003..8b9bb037e9d 100644 --- a/lisp/play/dunnet.el +++ b/lisp/play/dunnet.el @@ -1642,7 +1642,7 @@ just try dropping it.")) ;;; Various movement directions (defun dun-movement (dir) - "Return enumeral of movement symbol DIR." + "Return number associated with movement symbol DIR." (cdr (assq dir dun-movement-alist))) (defun dun-n (_args) diff --git a/src/insdel.c b/src/insdel.c index 5a95d41e7ab..e4ad9a2dec3 100644 --- a/src/insdel.c +++ b/src/insdel.c @@ -571,7 +571,7 @@ make_gap (ptrdiff_t nbytes_added) * With /1024 => 51s * With /4096 => 131s * With /∞ => gave up after 858s - * Of couse, ideally we should never call set-buffer-multibyte on + * Of course, ideally we should never call set-buffer-multibyte on * a non-empty buffer (e.g. use buffer-swap-text instead). * We chose /64 because it already brings almost the best performance while * limiting the potential wasted memory to 1.5%. */ diff --git a/test/src/floatfns-tests.el b/test/src/floatfns-tests.el index 448d6167f25..cdfb8244f52 100644 --- a/test/src/floatfns-tests.el +++ b/test/src/floatfns-tests.el @@ -1,4 +1,4 @@ -;;; floatfn-tests.el --- tests for floating point operations +;;; floatfns-tests.el --- tests for floating point operations ;; Copyright 2017 Free Software Foundation, Inc.