]> git.eshelyaron.com Git - emacs.git/commitdiff
; spelling fixes
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 17 Jan 2020 22:23:20 +0000 (14:23 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 17 Jan 2020 22:24:15 +0000 (14:24 -0800)
doc/emacs/anti.texi
doc/lispref/internals.texi
doc/lispref/modes.texi
etc/NEWS
lisp/emacs-lisp/rx.el
lisp/gnus/gnus.el
lisp/mail/rmailsum.el
lisp/textmodes/ispell.el

index 1398a00b2b3f42e88fa5d9bcdf2eb2b41131164f..d1e67e665606062e205f16cf9c1750e9e34e937c 100644 (file)
@@ -93,7 +93,7 @@ The optional display of the fill-column indicator is no longer
 supported.  With the display sizes becoming smaller and smaller as you
 move back in time, we feel that the display itself will always show
 you where to fill or wrap your text, and do this much more easily and
-reliably than eny such display indicator.
+reliably than any such display indicator.
 
 @item
 We removed the features that made visiting large files easier.  Thus,
index 874ecf0175fb2eb8bd4533022bd0b09f0528723c..325841d8f8aecfc6a958d1500207258945ad0320 100644 (file)
@@ -1411,7 +1411,7 @@ other words, if a module function wants to call Lisp functions or
 Emacs primitives, convert @code{emacs_value} objects to and from C
 datatypes (@pxref{Module Values}), or interact with Emacs in any other
 way, some call from Emacs to @code{emacs_module_init} or to a module
-function must be in the callstack.  Module function may not interact
+function must be in the call stack.  Module function may not interact
 with Emacs while garbage collection is running; @pxref{Garbage
 Collection}.  They may only interact with Emacs from Lisp interpreter
 threads (including the main thread) created by Emacs; @pxref{Threads}.
index b52871ef70b6afe47f92b51cf3fc2b633f7562b1..a8ddd45f891a46eaa453149f6a509f741174c6c8 100644 (file)
@@ -135,7 +135,7 @@ non-@code{nil} value, it returns that value; otherwise it returns
 @node Setting Hooks
 @subsection Setting Hooks
 
-  Here's an example that adds a funtion to a mode hook to turn
+  Here's an example that adds a function to a mode hook to turn
 on Auto Fill mode when in Lisp Interaction mode:
 
 @example
index 1494fab47a80b938a9e663126824244ca97bc818..a6092736cec0b7b20ddd9017b9cbf5b806a8ced2 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -697,7 +697,7 @@ current and the previous or the next line, as before.
 
 +++
 ** You can now change the font size with the mouse wheel.
-Scroling the mouse wheel with the Ctrl key pressed will now act the
+Scrolling the mouse wheel with the Ctrl key pressed will now act the
 same as the 'C-x C-+' and 'C-x C--' commands.
 
 \f
index dbce07959548ea2f77616a367af4f33f30bd27a0..03af053c91e84b9e69b3c960c86b70356766e4a9 100644 (file)
@@ -273,7 +273,7 @@ Return (REGEXP . PRECEDENCE)."
   ;;   (or (+ digit) "CHARLIE" "CHAN" (+ blank))
   ;;   -> (or (+ digit) (or "CHARLIE" "CHAN") (+ blank))
   ;;
-  ;; - Optimise single-character alternatives better:
+  ;; - Optimize single-character alternatives better:
   ;;     * classes: space, alpha, ...
   ;;     * (syntax S), for some S (whitespace, word)
   ;;   so that (or "@" "%" digit (any "A-Z" space) (syntax word))
index f836ea6035556339159363f0c5ac6c184ded701b..6df26b4af8c1eecba9a3af2aee4eab52826a9f21 100644 (file)
@@ -2821,7 +2821,7 @@ See Info node `(gnus)Formatting Variables'."
                (:constructor gnus-info-make
                 (group rank read &optional marks method params))
                (:constructor nil)
-               ;; FIMXE: gnus-newsrc-alist contains a list of those,
+              ;; FIXME: gnus-newsrc-alist contains a list of those,
                ;; so changing them to a real struct will take more work!
                (:type list))
   group rank read marks method params)
index 3ae2e404ae73817d0c100807475211247e1d7546..cc55451902ae62c24113f8c992c14ef1c0a40f57 100644 (file)
@@ -391,7 +391,7 @@ SUBJECT is a regular expression."
 (defun rmail-summary-by-senders (senders)
   "Display a summary of all messages whose \"From\" field matches SENDERS.
 SENDERS is a regular expression.  The default for SENDERS matches the
-sender of the current messsage."
+sender of the current message."
   (interactive
    (let* ((def (rmail-get-header "From"))
           ;; We quote the default argument, because if it contains regexp
index fc529a8359660bc0ce8a4946eeaa6f7e99a7788d..a9fbd2f04cb6eb0effa0dd4d78539981cdf7bcc5 100644 (file)
@@ -2024,7 +2024,7 @@ quit          spell session exited."
   (setq ispell-filter (cdr ispell-filter))
   (when (and ispell-filter (listp ispell-filter))
     (if (> (length ispell-filter) 1)
-        (error "Ispell and its processs have different character maps: %s" ispell-filter)
+        (error "Ispell and its process have different character maps: %s" ispell-filter)
       (ispell-parse-output (car ispell-filter)))))
 
 (defun ispell-error-checking-word (word)