diff options
Diffstat (limited to 'doc/emacs')
-rw-r--r-- | doc/emacs/building.texi | 6 | ||||
-rw-r--r-- | doc/emacs/programs.texi | 5 |
2 files changed, 10 insertions, 1 deletions
diff --git a/doc/emacs/building.texi b/doc/emacs/building.texi index 518d157e4ee..6e16588861e 100644 --- a/doc/emacs/building.texi +++ b/doc/emacs/building.texi @@ -1521,6 +1521,12 @@ library lets Emacs properly set up the hyperlinks in the @file{*Help*} buffer). To disable this feature, change the variable @code{help-enable-auto-load} to @code{nil}. +@vindex help-enable-completion-auto-load +Automatic loading also occurs when completing names for +@code{describe-variable} and @code{describe-function}, based on the +prefix being completed. To disable this feature, change the variable +@code{help-enable-completion-auto-load} to @code{nil}. + @vindex load-dangerous-libraries @cindex Lisp files byte-compiled by XEmacs By default, Emacs refuses to load compiled Lisp files which were diff --git a/doc/emacs/programs.texi b/doc/emacs/programs.texi index c1ad5b57023..28bfa5b578f 100644 --- a/doc/emacs/programs.texi +++ b/doc/emacs/programs.texi @@ -1298,8 +1298,11 @@ count as blocks. @findex hs-show-block @findex hs-show-region @findex hs-hide-level +@findex hs-toggle-hiding +@findex hs-mouse-toggle-hiding @kindex C-c @@ C-h @kindex C-c @@ C-s +@kindex C-c @@ C-c @kindex C-c @@ C-M-h @kindex C-c @@ C-M-s @kindex C-c @@ C-r @@ -1312,7 +1315,7 @@ Hide the current block (@code{hs-hide-block}). @item C-c @@ C-s Show the current block (@code{hs-show-block}). @item C-c @@ C-c -@itemx C-x @@ C-e +@itemx C-c @@ C-e Either hide or show the current block (@code{hs-toggle-hiding}). @item S-mouse-2 Toggle hiding for the block you click on (@code{hs-mouse-toggle-hiding}). |