]> git.eshelyaron.com Git - emacs.git/commitdiff
Doc fixes re obsolete items
authorGlenn Morris <rgm@gnu.org>
Tue, 13 Mar 2018 18:47:41 +0000 (14:47 -0400)
committerAndrew G Cohen <cohen@andy.bu.edu>
Tue, 11 Dec 2018 06:17:30 +0000 (14:17 +0800)
* doc/emacs/mini.texi (Completion Commands): Small update re mouse.
* doc/misc/htmlfontify.texi (Customization): Replace obsolete alias.

doc/emacs/mini.texi
doc/misc/htmlfontify.texi

index 9e650ba55f7d9ab111a3aa09be894af96e7f0fe5..eb2eed0ffb974a4eff7b4bfc88a8d636c85aeeba 100644 (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}).
 
index 6bc57daf6275fa43ef459fe79a031b8447c11ea1..c4cf7dac0a6afaba21944e99648b57fe133083e2 100644 (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