emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-25 c695fb3: ; Spelling fixes


From: Paul Eggert
Subject: [Emacs-diffs] emacs-25 c695fb3: ; Spelling fixes
Date: Mon, 02 May 2016 01:01:44 +0000

branch: emacs-25
commit c695fb37d3d3f525918fd50878181be524cba200
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    ; Spelling fixes
---
 lisp/emacs-lisp/syntax.el |    2 +-
 lisp/faces.el             |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/emacs-lisp/syntax.el b/lisp/emacs-lisp/syntax.el
index 33f6441..654f234 100644
--- a/lisp/emacs-lisp/syntax.el
+++ b/lisp/emacs-lisp/syntax.el
@@ -274,7 +274,7 @@ Note: back-references in REGEXPs do not work."
 (defun syntax-propertize-via-font-lock (keywords)
   "Propertize for syntax using font-lock syntax.
 KEYWORDS obeys the format used in `font-lock-syntactic-keywords'.
-The return value is a function (with two paremeters, START and
+The return value is a function (with two parameters, START and
 END) suitable for `syntax-propertize-function'."
   (lambda (start end)
     (with-no-warnings
diff --git a/lisp/faces.el b/lisp/faces.el
index 5f3020b..fddc036 100644
--- a/lisp/faces.el
+++ b/lisp/faces.el
@@ -2282,7 +2282,7 @@ If you set `term-file-prefix' to nil, this function does 
nothing."
 
 (defface variable-pitch
   '((((type w32))
-     ;; This is a kludgey workaround for an issue discussed in
+     ;; This is a kludgy workaround for an issue discussed in
      ;; http://lists.gnu.org/archive/html/emacs-devel/2016-04/msg00746.html.
      :font "-outline-Arial-normal-normal-normal-sans-*-*-*-*-p-*-iso8859-1")
     (t :family "Sans Serif"))



reply via email to

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