]> git.eshelyaron.com Git - emacs.git/commitdiff
; Spelling fixes
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 5 Mar 2017 16:18:40 +0000 (08:18 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 5 Mar 2017 16:19:06 +0000 (08:19 -0800)
lisp/emacs-lisp/cl-print.el
lisp/play/dunnet.el
src/insdel.c
test/src/floatfns-tests.el

index b4ceefb9b1dd5c493dc3232146514b7d67db0382..7e886fba08a9b890552550044c2eb7c0221d8335 100644 (file)
@@ -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.
 
index f0a1cf12003d9374ab3ed7d1d67f3a0182affe78..8b9bb037e9d61bb6c0d2c09f4a667f5872c8a755 100644 (file)
@@ -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)
index 5a95d41e7ab4bcb41a03d9fad34dbe811cc79f6f..e4ad9a2dec3015c7978d9668bce5fd993a180600 100644 (file)
@@ -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%.  */
index 448d6167f2547049386647ff4f1b21b7d3236c0a..cdfb8244f5255ceb4963a4f1dbe4d4d3792ed89e 100644 (file)
@@ -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.