diff options
| author | Paul Eggert | 2016-05-01 18:01:19 -0700 |
|---|---|---|
| committer | Paul Eggert | 2016-05-01 18:01:39 -0700 |
| commit | c695fb37d3d3f525918fd50878181be524cba200 (patch) | |
| tree | a6604b2911cd8a7a4d886728705419c9912d0cf4 /lisp | |
| parent | 03750c003511239576967387ea10000ce413200e (diff) | |
| download | emacs-c695fb37d3d3f525918fd50878181be524cba200.tar.gz emacs-c695fb37d3d3f525918fd50878181be524cba200.zip | |
; Spelling fixes
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/emacs-lisp/syntax.el | 2 | ||||
| -rw-r--r-- | 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 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. |
| 276 | KEYWORDS obeys the format used in `font-lock-syntactic-keywords'. | 276 | KEYWORDS obeys the format used in `font-lock-syntactic-keywords'. |
| 277 | The return value is a function (with two paremeters, START and | 277 | The return value is a function (with two parameters, START and |
| 278 | END) suitable for `syntax-propertize-function'." | 278 | END) 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")) |