emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 788a5b8: ; Spelling fixes


From: Paul Eggert
Subject: [Emacs-diffs] master 788a5b8: ; Spelling fixes
Date: Sun, 5 Mar 2017 11:19:12 -0500 (EST)

branch: master
commit 788a5b8447253fdbbb171d3219acbd7600bb465a
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    ; Spelling fixes
---
 lisp/emacs-lisp/cl-print.el | 2 +-
 lisp/play/dunnet.el         | 2 +-
 src/insdel.c                | 2 +-
 test/src/floatfns-tests.el  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/lisp/emacs-lisp/cl-print.el b/lisp/emacs-lisp/cl-print.el
index b4ceefb..7e886fb 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 f0a1cf1..8b9bb03 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 5a95d41..e4ad9a2 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 448d616..cdfb824 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.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]