Merge from origin/emacs-25
9fc9988
Improve documentation of 'expand-abbrev' and wrapper hooksc14a1d4
Minor copyedits of MS-Windows installation instructionsf281924
Fix display of cursor when 'blink-cursor-delay' has small value # Conflicts: # lisp/minibuffer.el
This commit is contained in:
commit
a2513667af
7 changed files with 53 additions and 24 deletions
|
@ -1925,7 +1925,8 @@ variables.")
|
|||
(exit-minibuffer))
|
||||
|
||||
(defvar completion-in-region-functions nil
|
||||
"Wrapper hook around `completion--in-region'.")
|
||||
"Wrapper hook around `completion--in-region'.
|
||||
\(See `with-wrapper-hook' for details about wrapper hooks.)")
|
||||
(make-obsolete-variable 'completion-in-region-functions
|
||||
'completion-in-region-function "24.4")
|
||||
|
||||
|
@ -1969,7 +1970,8 @@ if there was no valid completion, else t."
|
|||
(defun completion--in-region (start end collection &optional predicate)
|
||||
"Default function to use for `completion-in-region-function'.
|
||||
Its arguments and return value are as specified for `completion-in-region'.
|
||||
This respects the wrapper hook `completion-in-region-functions'."
|
||||
Also respects the obsolete wrapper hook `completion-in-region-functions'.
|
||||
\(See `with-wrapper-hook' for details about wrapper hooks.)"
|
||||
(subr--with-wrapper-hook-no-warnings
|
||||
;; FIXME: Maybe we should use this hook to provide a "display
|
||||
;; completions" operation as well.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue