aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakesi Ayanokoji2021-11-23 23:30:23 +0900
committerEli Zaretskii2021-11-23 16:37:04 +0200
commit756b8a5f1bd28aeadc804fd2f93ce7e823a1d4a2 (patch)
tree350c21a445d3b644ed645316d1e37f186a284b2e
parent38fdeaef4654d4d4fac8c73f48058d94f158e711 (diff)
downloademacs-756b8a5f1bd28aeadc804fd2f93ce7e823a1d4a2.tar.gz
emacs-756b8a5f1bd28aeadc804fd2f93ce7e823a1d4a2.zip
Fix typos in documentation
* doc/lispref/anti.texi: * doc/misc/efaq.texi: Fix typos. Copyright-paperwork-exempt: yes
-rw-r--r--doc/lispref/anti.texi2
-rw-r--r--doc/misc/efaq.texi6
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.
135 135
136@item 136@item
137We deleted several features of the @code{pcase} macro, in accordance 137We deleted several features of the @code{pcase} macro, in accordance
138with our general plane to remove @code{pcase} from Emacs: 138with our general plan to remove @code{pcase} from Emacs:
139 139
140@itemize @minus 140@itemize @minus
141@item 141@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.
1086@cindex pasting text on text terminals 1086@cindex pasting text on text terminals
1087@cindex bracketed paste mode 1087@cindex bracketed paste mode
1088@item 1088@item
1089On text terminals that support the ``bracketed paste mode'' EMacs now 1089On text terminals that support the ``bracketed paste mode'' Emacs now
1090uses that mode by default. This mode allows Emacs to distinguish 1090uses that mode by default. This mode allows Emacs to distinguish
1091between pasted text and text typed by the user. 1091between pasted text and text typed by the user.
1092 1092
@@ -2542,12 +2542,12 @@ load @code{dired-x} by adding the following to your @file{.emacs} file:
2542 (require 'dired-x)) 2542 (require 'dired-x))
2543@end lisp 2543@end lisp
2544 2544
2545With @code{dired-x} loaded, @kbd{M-o} toggles omitting in each dired buffer. 2545With @code{dired-x} loaded, @kbd{C-x M-o} toggles omitting in each dired buffer.
2546You can make omitting the default for new dired buffers by putting the 2546You can make omitting the default for new dired buffers by putting the
2547following in your @file{.emacs}: 2547following in your @file{.emacs}:
2548 2548
2549@lisp 2549@lisp
2550(add-hook 'dired-mode-hook 'dired-omit-toggle) 2550(add-hook 'dired-mode-hook 'dired-omit-mode)
2551@end lisp 2551@end lisp
2552 2552
2553If you're tired of seeing backup files whenever you do an @samp{ls} at 2553If you're tired of seeing backup files whenever you do an @samp{ls} at