diff options
| author | Michael Albinus | 2024-06-29 18:42:13 +0200 |
|---|---|---|
| committer | Michael Albinus | 2024-06-29 18:42:13 +0200 |
| commit | ea8ce9843425da34066ac8686a7d61eb3cdb4968 (patch) | |
| tree | d12f49c2009d21e3aad27f613c5e554db4217f8b /doc/misc | |
| parent | 45a20d781a9b00212609bf0e338bd6b1cc9ea68a (diff) | |
| download | emacs-ea8ce9843425da34066ac8686a7d61eb3cdb4968.tar.gz emacs-ea8ce9843425da34066ac8686a7d61eb3cdb4968.zip | |
* doc/misc/efaq.texi (New in Emacs 30): Fix typos.
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/efaq.texi | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/misc/efaq.texi b/doc/misc/efaq.texi index 797f73eacf1..b813b9d029b 100644 --- a/doc/misc/efaq.texi +++ b/doc/misc/efaq.texi | |||
| @@ -959,8 +959,8 @@ library for editing Elixir, HTML, Lua, HEEx, and PHP. | |||
| 959 | @item | 959 | @item |
| 960 | Support for the EditorConfig standard has been added, an editor-neutral | 960 | Support for the EditorConfig standard has been added, an editor-neutral |
| 961 | way to provide directory local (project-wide) settings. It is enabled | 961 | way to provide directory local (project-wide) settings. It is enabled |
| 962 | via a new global minor mode 'editorconfig-mode' which makes Emacs obey | 962 | via a new global minor mode @code{editorconfig-mode} which makes Emacs |
| 963 | the '.editorconfig' files. | 963 | obey the @file{.editorconfig} files. |
| 964 | 964 | ||
| 965 | @item | 965 | @item |
| 966 | Support for touchscreens has been improved. On systems that understand | 966 | Support for touchscreens has been improved. On systems that understand |
| @@ -970,10 +970,10 @@ events, and support for tapping tool bar buttons and opening menus has | |||
| 970 | been added. | 970 | been added. |
| 971 | 971 | ||
| 972 | @item | 972 | @item |
| 973 | Tool bar tweaks. The new minor mode 'window-tool-bar-mode' provides a | 973 | Tool bar tweaks. The new minor mode @code{window-tool-bar-mode} |
| 974 | per-window toolbar. Toolbars can be placed on the bottom of a frame by | 974 | provides a per-window toolbar. Toolbars can be placed on the bottom of |
| 975 | setting the @code{tool-bar-position} variable on all window systems but | 975 | a frame by setting the @code{tool-bar-position} variable on all window |
| 976 | NextStep and macOS. | 976 | systems but NextStep and macOS. |
| 977 | 977 | ||
| 978 | @item | 978 | @item |
| 979 | The @samp{which-key} package from GNU ELPA is now included in Emacs. | 979 | The @samp{which-key} package from GNU ELPA is now included in Emacs. |