diff options
| author | Glenn Morris | 2018-03-13 14:47:41 -0400 |
|---|---|---|
| committer | Glenn Morris | 2018-03-13 14:47:41 -0400 |
| commit | 2f5420c90ab4a9e16ba119d6abc4a4324294c284 (patch) | |
| tree | 7aee4583e94e94f2a6e2d7b077a5976d91364bcc | |
| parent | 9edf82a6d6f2c8f510f5bf99eef7f2ae5397208d (diff) | |
| download | emacs-2f5420c90ab4a9e16ba119d6abc4a4324294c284.tar.gz emacs-2f5420c90ab4a9e16ba119d6abc4a4324294c284.zip | |
Doc fixes re obsolete items
* doc/emacs/mini.texi (Completion Commands): Small update re mouse.
* doc/misc/htmlfontify.texi (Customization): Replace obsolete alias.
| -rw-r--r-- | doc/emacs/mini.texi | 8 | ||||
| -rw-r--r-- | doc/misc/htmlfontify.texi | 6 |
2 files changed, 5 insertions, 9 deletions
diff --git a/doc/emacs/mini.texi b/doc/emacs/mini.texi index 579697f47bd..b4ebb7d2417 100644 --- a/doc/emacs/mini.texi +++ b/doc/emacs/mini.texi | |||
| @@ -344,12 +344,6 @@ window. You can display the same list with @kbd{?} | |||
| 344 | used with the completion list: | 344 | used with the completion list: |
| 345 | 345 | ||
| 346 | @table @kbd | 346 | @table @kbd |
| 347 | @findex mouse-choose-completion | ||
| 348 | @item mouse-1 | ||
| 349 | @itemx mouse-2 | ||
| 350 | Clicking mouse button 1 or 2 on a completion alternative chooses it | ||
| 351 | (@code{mouse-choose-completion}). | ||
| 352 | |||
| 353 | @findex switch-to-completions | 347 | @findex switch-to-completions |
| 354 | @item M-v | 348 | @item M-v |
| 355 | @itemx @key{PageUp} | 349 | @itemx @key{PageUp} |
| @@ -362,6 +356,8 @@ the same. You can also select the window in other ways | |||
| 362 | 356 | ||
| 363 | @findex choose-completion | 357 | @findex choose-completion |
| 364 | @item @key{RET} | 358 | @item @key{RET} |
| 359 | @itemx mouse-1 | ||
| 360 | @itemx mouse-2 | ||
| 365 | While in the completion list buffer, this chooses the completion at | 361 | While in the completion list buffer, this chooses the completion at |
| 366 | point (@code{choose-completion}). | 362 | point (@code{choose-completion}). |
| 367 | 363 | ||
diff --git a/doc/misc/htmlfontify.texi b/doc/misc/htmlfontify.texi index 6bc57daf627..c4cf7dac0a6 100644 --- a/doc/misc/htmlfontify.texi +++ b/doc/misc/htmlfontify.texi | |||
| @@ -1379,9 +1379,9 @@ For example, I customize this to: | |||
| 1379 | ((t :background "black" :foreground "white" :family "misc-fixed")) | 1379 | ((t :background "black" :foreground "white" :family "misc-fixed")) |
| 1380 | @end lisp | 1380 | @end lisp |
| 1381 | 1381 | ||
| 1382 | @item hfy-init-kludge-hooks | 1382 | @item hfy-init-kludge-hook |
| 1383 | @vindex hfy-init-kludge-hooks | 1383 | @vindex hfy-init-kludge-hook |
| 1384 | @anchor{hfy-init-kludge-hooks} | 1384 | @anchor{hfy-init-kludge-hook} |
| 1385 | 1385 | ||
| 1386 | List of functions to call when starting htmlfontify-buffer to do any | 1386 | List of functions to call when starting htmlfontify-buffer to do any |
| 1387 | kludging necessary to get highlighting modes to behave as you want, even | 1387 | kludging necessary to get highlighting modes to behave as you want, even |