]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typos in documentation
authorTakesi Ayanokoji <ayanokoji.takesi@gmail.com>
Tue, 23 Nov 2021 14:30:23 +0000 (23:30 +0900)
committerEli Zaretskii <eliz@gnu.org>
Tue, 23 Nov 2021 14:37:04 +0000 (16:37 +0200)
* doc/lispref/anti.texi:
* doc/misc/efaq.texi: Fix typos.

Copyright-paperwork-exempt: yes

doc/lispref/anti.texi
doc/misc/efaq.texi

index 118df05c791a4a6e16967839e7649f4b8f2843a8..45cbff61e0bad3ef2cde36eb3ef6996a7a127cfe 100644 (file)
@@ -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
index 18342e65b0a93c490feefdbc263f2d5d4e87823b..cdb6f9b5848b7eff751c0a0ab5b1cd0727482469 100644 (file)
@@ -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