Mercurial > hg > xemacs-beta
diff lisp/prim/help.el @ 14:9ee227acff29 r19-15b90
Import from CVS: tag r19-15b90
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:48:42 +0200 |
parents | 49a24b4fd526 |
children | 0293115a14e9 |
line wrap: on
line diff
--- a/lisp/prim/help.el Mon Aug 13 08:48:18 2007 +0200 +++ b/lisp/prim/help.el Mon Aug 13 08:48:42 2007 +0200 @@ -180,11 +180,12 @@ (define-key help-mode-map "q" 'help-mode-quit) (defun help-mode-quit () - "Exits from help mode, possiblely restoring the previous window configuration." + "Exits from help mode, possibly restoring the previous window configuration." (interactive) (cond ((local-variable-p 'help-window-config (current-buffer)) (let ((config help-window-config)) (kill-local-variable 'help-window-config) + (bury-buffer) (set-window-configuration config))) ((one-window-p) (bury-buffer))