diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2017-07-06 00:23:30 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2017-07-06 00:24:56 -0700 |
commit | 20e9a00fb5d12ad408f9dd15adcfcd205783c1b0 (patch) | |
tree | 3d464df7b404345185989cbf6d0380a039c1ce0b /ChangeLog.2 | |
parent | 7a0170de20fe1225d3eeac099d1e61a0c0410bf3 (diff) | |
download | emacs-20e9a00fb5d12ad408f9dd15adcfcd205783c1b0.tar.gz |
Spelling fixes
* lisp/org/org-table.el (org-table-sort-lines):
Fix misspelling in prompt.
* lisp/org/ox-ascii.el (org-ascii--describe-datum):
Fix misspelling in call to org-element-lineage.
Diffstat (limited to 'ChangeLog.2')
-rw-r--r-- | ChangeLog.2 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog.2 b/ChangeLog.2 index 96a647d9b44..bf52ac0ef1d 100644 --- a/ChangeLog.2 +++ b/ChangeLog.2 @@ -16541,7 +16541,7 @@ * lisp/faces.el (faces--attribute-at-point): Fix an issue Previous code would signal an error when the face at point was - a manually built list of attributes such as '(:foregroud "white"). + a manually built list of attributes such as '(:foreground "white"). * test/automated/faces-tests.el (faces--test-color-at-point): Add a test @@ -32017,10 +32017,10 @@ 2015-05-18 Dmitry Gutov <dgutov@yandex.ru> - Add a test case for Maven warning ouput + Add a test case for Maven warning output * test/automated/compile-tests.el (compile-tests--test-regexps-data): Add a case for Maven warning - ouput. + output. (compile--test-error-line): Check the compilation message type, if it's specified in the test data. @@ -32142,7 +32142,7 @@ (xpm_load): Call the above functions. Handle XPM without mask when USE_CAIRO. (png_load_body): Handle USE_CAIRO case. - (png_load): Remove USE_CAIRO specific fuction, modify png_load_body + (png_load): Remove USE_CAIRO specific function, modify png_load_body instead. (jpeg_load_body): Call create_cairo_image_surface. (gif_load, svg_load_image): Handle specified background, call |