]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/misc/efaq.texi (New in Emacs 30): Fix typos.
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 29 Jun 2024 16:42:13 +0000 (18:42 +0200)
committerEshel Yaron <me@eshelyaron.com>
Mon, 1 Jul 2024 07:48:37 +0000 (09:48 +0200)
(cherry picked from commit ea8ce9843425da34066ac8686a7d61eb3cdb4968)

doc/misc/efaq.texi

index eaedc7f0d05d3602aa632d07dc278e11b2b741ab..1c280c652bd66e5a1117b6335b9c7eec459544a6 100644 (file)
@@ -949,8 +949,8 @@ library for editing Elixir, HTML, Lua, HEEx, and PHP.
 @item
 Support for the EditorConfig standard has been added, an editor-neutral
 way to provide directory local (project-wide) settings.  It is enabled
-via a new global minor mode 'editorconfig-mode' which makes Emacs obey
-the '.editorconfig' files.
+via a new global minor mode @code{editorconfig-mode} which makes Emacs
+obey the @file{.editorconfig} files.
 
 @item
 Support for touchscreens has been improved.  On systems that understand
@@ -960,10 +960,10 @@ events, and support for tapping tool bar buttons and opening menus has
 been added.
 
 @item
-Tool bar tweaks.  The new minor mode 'window-tool-bar-mode' provides a
-per-window toolbar.  Toolbars can be placed on the bottom of a frame by
-setting the @code{tool-bar-position} variable on all window systems but
-NextStep and macOS.
+Tool bar tweaks.  The new minor mode @code{window-tool-bar-mode}
+provides a per-window toolbar.  Toolbars can be placed on the bottom of
+a frame by setting the @code{tool-bar-position} variable on all window
+systems but NextStep and macOS.
 
 @item
 The @samp{which-key} package from GNU ELPA is now included in Emacs.