aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorVibhav Pant2020-08-21 14:04:35 +0530
committerVibhav Pant2020-08-21 14:04:35 +0530
commitf0f8d7b82492e741950c363a03b886965c91b1b0 (patch)
tree19b716830b1ebabc0d7d75949c4e6800c0f104ad /doc/misc
parent9e64a087c4d167e7ec1c4e22bea3e6af53b563de (diff)
parentc818c29771d3cb51875643b2f6c894073e429dd2 (diff)
downloademacs-feature/native-comp-macos-fixes.tar.gz
emacs-feature/native-comp-macos-fixes.zip
Merge branch 'feature/native-comp' into feature/native-comp-macos-fixesfeature/native-comp-macos-fixes
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/efaq.texi7
-rw-r--r--doc/misc/gnus.texi8
-rw-r--r--doc/misc/message.texi2
-rw-r--r--doc/misc/url.texi2
4 files changed, 6 insertions, 13 deletions
diff --git a/doc/misc/efaq.texi b/doc/misc/efaq.texi
index 82467048a08..3c1244101f4 100644
--- a/doc/misc/efaq.texi
+++ b/doc/misc/efaq.texi
@@ -3464,7 +3464,6 @@ see @ref{Packages that do not come with Emacs}.
3464@cindex Finding other packages 3464@cindex Finding other packages
3465@cindex Lisp packages that do not come with Emacs 3465@cindex Lisp packages that do not come with Emacs
3466@cindex Packages, those that do not come with Emacs 3466@cindex Packages, those that do not come with Emacs
3467@cindex Emacs Lisp List
3468@cindex Emacs Lisp Archive 3467@cindex Emacs Lisp Archive
3469 3468
3470The easiest way to add more features to your Emacs is to use the 3469The easiest way to add more features to your Emacs is to use the
@@ -3500,10 +3499,6 @@ The @uref{https://emacswiki.org, Emacs Wiki} contains pointers to some
3500additional extensions. @uref{https://wikemacs.org, WikEmacs} is an 3499additional extensions. @uref{https://wikemacs.org, WikEmacs} is an
3501alternative wiki for Emacs. 3500alternative wiki for Emacs.
3502 3501
3503@uref{http://www.damtp.cam.ac.uk/user/sje30/emacs/ell.html, The Emacs
3504Lisp List (ELL)}, has pointers to many Emacs Lisp files, but at time
3505of writing it is no longer being updated.
3506
3507It is impossible for us to list here all the sites that offer Emacs 3502It is impossible for us to list here all the sites that offer Emacs
3508Lisp packages. If you are interested in a specific feature, then 3503Lisp packages. If you are interested in a specific feature, then
3509after checking Emacs itself and GNU ELPA, a web search is often the 3504after checking Emacs itself and GNU ELPA, a web search is often the
@@ -4192,7 +4187,7 @@ You can get the old behavior by binding @kbd{SPC} to
4192(define-key minibuffer-local-filename-completion-map (kbd "SPC") 4187(define-key minibuffer-local-filename-completion-map (kbd "SPC")
4193 'minibuffer-complete-word) 4188 'minibuffer-complete-word)
4194 4189
4195(define-key minibuffer-local-must-match-filename-map (kbd "SPC") 4190(define-key minibuffer-local-filename-must-match-map (kbd "SPC")
4196 'minibuffer-complete-word) 4191 'minibuffer-complete-word)
4197@end lisp 4192@end lisp
4198 4193
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index 584c54674dd..332926a6859 100644
--- a/doc/misc/gnus.texi
+++ b/doc/misc/gnus.texi
@@ -11029,14 +11029,14 @@ Go to the Gnus info node (@code{gnus-info-find-node}).
11029 11029
11030@table @kbd 11030@table @kbd
11031 11031
11032@item M-s 11032@item M-s M-s
11033@kindex M-s @r{(Summary)} 11033@kindex M-s M-s @r{(Summary)}
11034@findex gnus-summary-search-article-forward 11034@findex gnus-summary-search-article-forward
11035Search through all subsequent (raw) articles for a regexp 11035Search through all subsequent (raw) articles for a regexp
11036(@code{gnus-summary-search-article-forward}). 11036(@code{gnus-summary-search-article-forward}).
11037 11037
11038@item M-r 11038@item M-s M-r
11039@kindex M-r @r{(Summary)} 11039@kindex M-s M-r @r{(Summary)}
11040@findex gnus-summary-search-article-backward 11040@findex gnus-summary-search-article-backward
11041Search through all previous (raw) articles for a regexp 11041Search through all previous (raw) articles for a regexp
11042(@code{gnus-summary-search-article-backward}). 11042(@code{gnus-summary-search-article-backward}).
diff --git a/doc/misc/message.texi b/doc/misc/message.texi
index 204a6386e01..55b166eb8b0 100644
--- a/doc/misc/message.texi
+++ b/doc/misc/message.texi
@@ -1265,7 +1265,7 @@ for a long time. For more details, see
1265To use this in Message, say: 1265To use this in Message, say:
1266 1266
1267@lisp 1267@lisp
1268(add-hook 'message-send-hook 'message-add-openpgp-header) 1268(add-hook 'message-header-setup-hook 'message-add-openpgp-header)
1269@end lisp 1269@end lisp
1270 1270
1271@noindent 1271@noindent
diff --git a/doc/misc/url.texi b/doc/misc/url.texi
index 8d9b1024070..0304ff4b9f1 100644
--- a/doc/misc/url.texi
+++ b/doc/misc/url.texi
@@ -1312,8 +1312,6 @@ repeated visits do not require repeated domain lookups.
1312@end defopt 1312@end defopt
1313@defopt url-max-password-attempts 1313@defopt url-max-password-attempts
1314@end defopt 1314@end defopt
1315@defopt url-temporary-directory
1316@end defopt
1317@defopt url-show-status 1315@defopt url-show-status
1318@end defopt 1316@end defopt
1319@defopt url-confirmation-func 1317@defopt url-confirmation-func