emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master cc7acdb: Spelling fixes


From: Paul Eggert
Subject: [Emacs-diffs] master cc7acdb: Spelling fixes
Date: Wed, 01 Jul 2015 02:48:00 +0000

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

    Spelling fixes
---
 etc/NEWS                   |    2 +-
 lisp/character-fold.el     |    6 +++---
 lisp/emacs-lisp/package.el |    2 +-
 src/ChangeLog.12           |    2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/etc/NEWS b/etc/NEWS
index 389de16..758d358 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -87,7 +87,7 @@ command line when `initial-buffer-choice' is non-nil.
 ** `isearch' and `query-replace' now perform character folding in matches.
 This is analogous to case-folding, but applies between Unicode
 characters and their ASCII counterparts. This means many characters
-will match entire groups of charactes.
+will match entire groups of characters.
 
 For instance, the " will match all variants of unicode double quotes
 (like “ and ”), and the letter a will match all of its accented
diff --git a/lisp/character-fold.el b/lisp/character-fold.el
index 1675e6e..fca13bf 100644
--- a/lisp/character-fold.el
+++ b/lisp/character-fold.el
@@ -1,4 +1,4 @@
-;;; character-fold.el --- matching unicode characters to their ascii similars 
-*- lexical-binding: t; -*-
+;;; character-fold.el --- match unicode to similar ASCII -*- lexical-binding: 
t; -*-
 
 ;; Copyright (C) 2015 Free Software Foundation, Inc.
 
@@ -26,7 +26,7 @@
 ;;;###autoload
 (defvar character-fold-search t
   "Non-nil if searches should fold similar characters.
-This means some characters will match entire groups of charactes.
+This means some characters will match entire groups of characters.
 For instance, \" will match all variants of double quotes, and
 the letter a will match all of its accented versions (and then
 some).")
@@ -49,7 +49,7 @@ some).")
            ;; Discard a possible formatting tag.
            (when (symbolp (car dec))
              (setq dec (cdr dec)))
-           ;; Skip trivial cases lika ?a decomposing to (?a).
+           ;; Skip trivial cases like ?a decomposing to (?a).
            (unless (or (and (eq i (car dec))
                             (not  (cdr dec))))
              (let ((d dec) k found multiletter)
diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el
index 7894aaf..3547333 100644
--- a/lisp/emacs-lisp/package.el
+++ b/lisp/emacs-lisp/package.el
@@ -2614,7 +2614,7 @@ to their archives."
 (defcustom package-hidden-regexps nil
   "List of regexps matching the name of packages to hide.
 If the name of a package matches any of these regexps it is
-omited from the package menu.  To toggle this, type 
\\[package-menu-toggle-hiding].
+omitted from the package menu.  To toggle this, type 
\\[package-menu-toggle-hiding].
 
 Values can be interactively added to this list by typing
 \\[package-menu-hide-package] on a package"
diff --git a/src/ChangeLog.12 b/src/ChangeLog.12
index 78b903e..f29b175 100644
--- a/src/ChangeLog.12
+++ b/src/ChangeLog.12
@@ -5623,7 +5623,7 @@
 2012-09-17  Kenichi Handa  <address@hidden>
 
        * font.c (Ffont_shape_gstring): Fix previous change; GLYPHs may
-       not covert the last few charactes.
+       not convert the last few characters.
 
 2012-09-16  Kenichi Handa  <address@hidden>
 



reply via email to

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