diff options
Diffstat (limited to 'doc/misc/efaq.texi')
| -rw-r--r-- | doc/misc/efaq.texi | 7 |
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 | ||
| 3470 | The easiest way to add more features to your Emacs is to use the | 3469 | The 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 | |||
| 3500 | additional extensions. @uref{https://wikemacs.org, WikEmacs} is an | 3499 | additional extensions. @uref{https://wikemacs.org, WikEmacs} is an |
| 3501 | alternative wiki for Emacs. | 3500 | alternative wiki for Emacs. |
| 3502 | 3501 | ||
| 3503 | @uref{http://www.damtp.cam.ac.uk/user/sje30/emacs/ell.html, The Emacs | ||
| 3504 | Lisp List (ELL)}, has pointers to many Emacs Lisp files, but at time | ||
| 3505 | of writing it is no longer being updated. | ||
| 3506 | |||
| 3507 | It is impossible for us to list here all the sites that offer Emacs | 3502 | It is impossible for us to list here all the sites that offer Emacs |
| 3508 | Lisp packages. If you are interested in a specific feature, then | 3503 | Lisp packages. If you are interested in a specific feature, then |
| 3509 | after checking Emacs itself and GNU ELPA, a web search is often the | 3504 | after 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 | ||