(ol (make-overlay (nth 0 data) (nth 1 data) nil nil t)))
(overlay-put ol 'field 'completion)
(unwind-protect
- (call-interactively 'minibuffer-completion-help)
+ (minibuffer-completion-help)
(delete-overlay ol))))
"Hooks called after jumping to a place in the buffer.
Useful things to use here include `reposition-window', `recenter', and
-\(lambda () (recenter 0)) to show at top of screen."
+(lambda () (recenter 0)) to show at top of screen."
:type 'hook)
;;;###autoload
The function should take two arguments and return t if the first
element should come before the second. The arguments are cons cells;
-\(NAME . POSITION). Look at `imenu--sort-by-name' for an example."
+(NAME . POSITION). Look at `imenu--sort-by-name' for an example."
:type '(choice (const :tag "No sorting" nil)
(const :tag "Sort by name" imenu--sort-by-name)
(function :tag "Another function")))
a non-number if that variable has been changed.
Special elements look like
-\(INDEX-NAME POSITION FUNCTION ARGUMENTS...).
+(INDEX-NAME POSITION FUNCTION ARGUMENTS...).
To \"go to\" a special element means applying FUNCTION to
INDEX-NAME, POSITION, and the ARGUMENTS.