comparison lisp/prim/isearch-mode.el @ 116:9f59509498e1 r20-1b10

Import from CVS: tag r20-1b10
author cvs
date Mon, 13 Aug 2007 09:23:06 +0200
parents 360340f9fd5f
children cca96a509cfe
comparison
equal deleted inserted replaced
115:f109f7dabbe2 116:9f59509498e1
382 ;; This function is way wrong, because you can't scroll the help 382 ;; This function is way wrong, because you can't scroll the help
383 ;; screen; as soon as you press a key, it's gone. I don't know of a 383 ;; screen; as soon as you press a key, it's gone. I don't know of a
384 ;; good way to fix it, though. -hniksic 384 ;; good way to fix it, though. -hniksic
385 (defun isearch-mode-help () 385 (defun isearch-mode-help ()
386 (interactive "_") 386 (interactive "_")
387 (describe-function 'isearch-forward) 387 (let ((w (selected-window)))
388 (describe-function 'isearch-forward)
389 (select-window w))
388 (isearch-update)) 390 (isearch-update))
389 391
390 392
391 ;;;================================================================== 393 ;;;==================================================================
392 ;; isearch-mode only sets up incremental search for the minor mode. 394 ;; isearch-mode only sets up incremental search for the minor mode.