-;;; 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.
;;; 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)
* 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%. */
-;;; floatfn-tests.el --- tests for floating point operations
+;;; floatfns-tests.el --- tests for floating point operations
;; Copyright 2017 Free Software Foundation, Inc.