aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/emacs-lisp/syntax.el2
-rw-r--r--lisp/faces.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/syntax.el b/lisp/emacs-lisp/syntax.el
index 33f644191b6..654f234fa62 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."
274(defun syntax-propertize-via-font-lock (keywords) 274(defun syntax-propertize-via-font-lock (keywords)
275 "Propertize for syntax using font-lock syntax. 275 "Propertize for syntax using font-lock syntax.
276KEYWORDS obeys the format used in `font-lock-syntactic-keywords'. 276KEYWORDS obeys the format used in `font-lock-syntactic-keywords'.
277The return value is a function (with two paremeters, START and 277The return value is a function (with two parameters, START and
278END) suitable for `syntax-propertize-function'." 278END) suitable for `syntax-propertize-function'."
279 (lambda (start end) 279 (lambda (start end)
280 (with-no-warnings 280 (with-no-warnings
diff --git a/lisp/faces.el b/lisp/faces.el
index 5f3020b3189..fddc036c13e 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."
2282 2282
2283(defface variable-pitch 2283(defface variable-pitch
2284 '((((type w32)) 2284 '((((type w32))
2285 ;; This is a kludgey workaround for an issue discussed in 2285 ;; This is a kludgy workaround for an issue discussed in
2286 ;; http://lists.gnu.org/archive/html/emacs-devel/2016-04/msg00746.html. 2286 ;; http://lists.gnu.org/archive/html/emacs-devel/2016-04/msg00746.html.
2287 :font "-outline-Arial-normal-normal-normal-sans-*-*-*-*-p-*-iso8859-1") 2287 :font "-outline-Arial-normal-normal-normal-sans-*-*-*-*-p-*-iso8859-1")
2288 (t :family "Sans Serif")) 2288 (t :family "Sans Serif"))