unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Takesi Ayanokoji <ayanokoji.takesi@gmail.com>
To: 52059@debbugs.gnu.org
Subject: bug#52059: typos in Emacs documentations
Date: Tue, 23 Nov 2021 23:30:23 +0900	[thread overview]
Message-ID: <CAN7WbiZHFWXmwBxR0qQGuQN5k99V4JvJCXBOOMjCp2AD_98rQQ@mail.gmail.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 89 bytes --]

Hi.

I found some typos in efaq.texi and anti.texi.

Please see attached patch.

Thanks.

[-- Attachment #1.2: Type: text/html, Size: 302 bytes --]

[-- Attachment #2: doc.patch --]
[-- Type: application/octet-stream, Size: 1585 bytes --]

diff -uprN a/doc/lispref/anti.texi b/doc/lispref/anti.texi
--- a/doc/lispref/anti.texi	2021-11-22 13:35:58.000000000 +0900
+++ b/doc/lispref/anti.texi	2021-11-22 13:38:10.000000000 +0900
@@ -135,7 +135,7 @@ the programmers should be trusted to kno
 
 @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 -uprN a/doc/misc/efaq.texi b/doc/misc/efaq.texi
--- a/doc/misc/efaq.texi	2021-11-22 13:35:58.000000000 +0900
+++ b/doc/misc/efaq.texi	2021-11-23 22:20:36.000000000 +0900
@@ -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 follow
   (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

             reply	other threads:[~2021-11-23 14:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-23 14:30 Takesi Ayanokoji [this message]
2021-11-23 14:39 ` bug#52059: typos in Emacs documentations Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAN7WbiZHFWXmwBxR0qQGuQN5k99V4JvJCXBOOMjCp2AD_98rQQ@mail.gmail.com \
    --to=ayanokoji.takesi@gmail.com \
    --cc=52059@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).