aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorMichael Albinus2024-06-29 18:42:13 +0200
committerMichael Albinus2024-06-29 18:42:13 +0200
commitea8ce9843425da34066ac8686a7d61eb3cdb4968 (patch)
treed12f49c2009d21e3aad27f613c5e554db4217f8b /doc/misc
parent45a20d781a9b00212609bf0e338bd6b1cc9ea68a (diff)
downloademacs-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.texi12
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
960Support for the EditorConfig standard has been added, an editor-neutral 960Support for the EditorConfig standard has been added, an editor-neutral
961way to provide directory local (project-wide) settings. It is enabled 961way to provide directory local (project-wide) settings. It is enabled
962via a new global minor mode 'editorconfig-mode' which makes Emacs obey 962via a new global minor mode @code{editorconfig-mode} which makes Emacs
963the '.editorconfig' files. 963obey the @file{.editorconfig} files.
964 964
965@item 965@item
966Support for touchscreens has been improved. On systems that understand 966Support 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
970been added. 970been added.
971 971
972@item 972@item
973Tool bar tweaks. The new minor mode 'window-tool-bar-mode' provides a 973Tool bar tweaks. The new minor mode @code{window-tool-bar-mode}
974per-window toolbar. Toolbars can be placed on the bottom of a frame by 974provides a per-window toolbar. Toolbars can be placed on the bottom of
975setting the @code{tool-bar-position} variable on all window systems but 975a frame by setting the @code{tool-bar-position} variable on all window
976NextStep and macOS. 976systems but NextStep and macOS.
977 977
978@item 978@item
979The @samp{which-key} package from GNU ELPA is now included in Emacs. 979The @samp{which-key} package from GNU ELPA is now included in Emacs.