diff options
| author | Paul Eggert | 2017-03-05 08:18:40 -0800 |
|---|---|---|
| committer | Paul Eggert | 2017-03-05 08:19:06 -0800 |
| commit | 788a5b8447253fdbbb171d3219acbd7600bb465a (patch) | |
| tree | 0ddd0f6dcbd08892f4db95ff8de509bf30bf95cc | |
| parent | a0c8531c9db89e6e7f053f656cae592465be8220 (diff) | |
| download | emacs-788a5b8447253fdbbb171d3219acbd7600bb465a.tar.gz emacs-788a5b8447253fdbbb171d3219acbd7600bb465a.zip | |
; Spelling fixes
| -rw-r--r-- | lisp/emacs-lisp/cl-print.el | 2 | ||||
| -rw-r--r-- | lisp/play/dunnet.el | 2 | ||||
| -rw-r--r-- | src/insdel.c | 2 | ||||
| -rw-r--r-- | 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 b4ceefb9b1d..7e886fba08a 100644 --- a/lisp/emacs-lisp/cl-print.el +++ b/lisp/emacs-lisp/cl-print.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; cl-print.el --- CL-style generic printer facilies -*- lexical-binding: t; -*- | 1 | ;;; cl-print.el --- CL-style generic printing -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2017 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
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.")) | |||
| 1642 | ;;; Various movement directions | 1642 | ;;; Various movement directions |
| 1643 | 1643 | ||
| 1644 | (defun dun-movement (dir) | 1644 | (defun dun-movement (dir) |
| 1645 | "Return enumeral of movement symbol DIR." | 1645 | "Return number associated with movement symbol DIR." |
| 1646 | (cdr (assq dir dun-movement-alist))) | 1646 | (cdr (assq dir dun-movement-alist))) |
| 1647 | 1647 | ||
| 1648 | (defun dun-n (_args) | 1648 | (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) | |||
| 571 | * With /1024 => 51s | 571 | * With /1024 => 51s |
| 572 | * With /4096 => 131s | 572 | * With /4096 => 131s |
| 573 | * With /∞ => gave up after 858s | 573 | * With /∞ => gave up after 858s |
| 574 | * Of couse, ideally we should never call set-buffer-multibyte on | 574 | * Of course, ideally we should never call set-buffer-multibyte on |
| 575 | * a non-empty buffer (e.g. use buffer-swap-text instead). | 575 | * a non-empty buffer (e.g. use buffer-swap-text instead). |
| 576 | * We chose /64 because it already brings almost the best performance while | 576 | * We chose /64 because it already brings almost the best performance while |
| 577 | * limiting the potential wasted memory to 1.5%. */ | 577 | * 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 @@ | |||
| 1 | ;;; floatfn-tests.el --- tests for floating point operations | 1 | ;;; floatfns-tests.el --- tests for floating point operations |
| 2 | 2 | ||
| 3 | ;; Copyright 2017 Free Software Foundation, Inc. | 3 | ;; Copyright 2017 Free Software Foundation, Inc. |
| 4 | 4 | ||