diff options
| author | Michael Albinus <michael.albinus@gmx.de> | 2016-10-19 10:49:13 +0200 |
|---|---|---|
| committer | Michael Albinus <michael.albinus@gmx.de> | 2016-10-19 10:49:13 +0200 |
| commit | 8ad0d7da0a84750e1884a89a212963f81ae26816 (patch) | |
| tree | e261e7771cf3992b66d8becc3d054b44aa96d40c | |
| parent | 6b9dee1ae6bc8717ccabad5d5f9bb33ebad4c69f (diff) | |
| download | emacs-8ad0d7da0a84750e1884a89a212963f81ae26816.tar.gz | |
; Fix quoting in etc/NEWS
| -rw-r--r-- | etc/NEWS | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -20,13 +20,13 @@ with a prefix argument or by typing C-u C-h C-n. This is a bug-fix release with (almost) no new features. --- -** `find-library', `help-function-def' and `help-variable-def' now run -`find-function-after-hook'. +** 'find-library', 'help-function-def' and 'help-variable-def' now run +'find-function-after-hook'. +++ ** New basic face 'fixed-pitch-serif', for a fixed-width font with serifs. -The Info-quoted and tex-verbatim faces now default to inheriting from -it. +The 'Info-quoted' and 'tex-verbatim' faces now default to inheriting +from it. --- ** New variable 'use-default-font-for-symbols' for backward compatibility. |
