Doc fixes re obsolete items

* doc/emacs/mini.texi (Completion Commands): Small update re mouse.
* doc/misc/htmlfontify.texi (Customization): Replace obsolete alias.
This commit is contained in:
Glenn Morris 2018-03-13 14:47:41 -04:00
parent 9edf82a6d6
commit 2f5420c90a
2 changed files with 5 additions and 9 deletions

View file

@ -344,12 +344,6 @@ window. You can display the same list with @kbd{?}
used with the completion list:
@table @kbd
@findex mouse-choose-completion
@item mouse-1
@itemx mouse-2
Clicking mouse button 1 or 2 on a completion alternative chooses it
(@code{mouse-choose-completion}).
@findex switch-to-completions
@item M-v
@itemx @key{PageUp}
@ -362,6 +356,8 @@ the same. You can also select the window in other ways
@findex choose-completion
@item @key{RET}
@itemx mouse-1
@itemx mouse-2
While in the completion list buffer, this chooses the completion at
point (@code{choose-completion}).

View file

@ -1379,9 +1379,9 @@ For example, I customize this to:
((t :background "black" :foreground "white" :family "misc-fixed"))
@end lisp
@item hfy-init-kludge-hooks
@vindex hfy-init-kludge-hooks
@anchor{hfy-init-kludge-hooks}
@item hfy-init-kludge-hook
@vindex hfy-init-kludge-hook
@anchor{hfy-init-kludge-hook}
List of functions to call when starting htmlfontify-buffer to do any
kludging necessary to get highlighting modes to behave as you want, even