aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc/efaq.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/misc/efaq.texi')
-rw-r--r--doc/misc/efaq.texi7
1 files changed, 1 insertions, 6 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