From 756b8a5f1bd28aeadc804fd2f93ce7e823a1d4a2 Mon Sep 17 00:00:00 2001 From: Takesi Ayanokoji Date: Tue, 23 Nov 2021 23:30:23 +0900 Subject: [PATCH] Fix typos in documentation * doc/lispref/anti.texi: * doc/misc/efaq.texi: Fix typos. Copyright-paperwork-exempt: yes --- doc/lispref/anti.texi | 2 +- doc/misc/efaq.texi | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/lispref/anti.texi b/doc/lispref/anti.texi index 118df05c791..45cbff61e0b 100644 --- a/doc/lispref/anti.texi +++ b/doc/lispref/anti.texi @@ -135,7 +135,7 @@ the programmers should be trusted to know what they are doing. @item We deleted several features of the @code{pcase} macro, in accordance -with our general plane to remove @code{pcase} from Emacs: +with our general plan to remove @code{pcase} from Emacs: @itemize @minus @item diff --git a/doc/misc/efaq.texi b/doc/misc/efaq.texi index 18342e65b0a..cdb6f9b5848 100644 --- a/doc/misc/efaq.texi +++ b/doc/misc/efaq.texi @@ -1086,7 +1086,7 @@ Emacs Lisp form at point. @cindex pasting text on text terminals @cindex bracketed paste mode @item -On text terminals that support the ``bracketed paste mode'' EMacs now +On text terminals that support the ``bracketed paste mode'' Emacs now uses that mode by default. This mode allows Emacs to distinguish between pasted text and text typed by the user. @@ -2542,12 +2542,12 @@ load @code{dired-x} by adding the following to your @file{.emacs} file: (require 'dired-x)) @end lisp -With @code{dired-x} loaded, @kbd{M-o} toggles omitting in each dired buffer. +With @code{dired-x} loaded, @kbd{C-x M-o} toggles omitting in each dired buffer. You can make omitting the default for new dired buffers by putting the following in your @file{.emacs}: @lisp -(add-hook 'dired-mode-hook 'dired-omit-toggle) +(add-hook 'dired-mode-hook 'dired-omit-mode) @end lisp If you're tired of seeing backup files whenever you do an @samp{ls} at -- 2.39.2