diff options
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/efaq.texi | 7 | ||||
| -rw-r--r-- | doc/misc/gnus.texi | 8 | ||||
| -rw-r--r-- | doc/misc/message.texi | 2 | ||||
| -rw-r--r-- | doc/misc/url.texi | 2 |
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 | ||
| 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 | ||
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 |
| 11035 | Search through all subsequent (raw) articles for a regexp | 11035 | Search 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 |
| 11041 | Search through all previous (raw) articles for a regexp | 11041 | Search 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 | |||
| 1265 | To use this in Message, say: | 1265 | To 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 |