Mercurial > hg > xemacs-beta
diff lisp/help.el @ 420:41dbb7a9d5f2 r21-2-18
Import from CVS: tag r21-2-18
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:24:09 +0200 |
parents | 697ef44129c6 |
children |
line wrap: on
line diff
--- a/lisp/help.el Mon Aug 13 11:23:14 2007 +0200 +++ b/lisp/help.el Mon Aug 13 11:24:09 2007 +0200 @@ -461,7 +461,9 @@ (if (and (integerp help-max-help-buffers) (> help-max-help-buffers 0) (stringp name)) - (format "*%s: %s*" help-buffer-prefix-string name) + (if help-buffer-prefix-string + (format "*%s: %s*" help-buffer-prefix-string name) + (format "*%s*" name)) (format "*%s*" help-buffer-prefix-string))) ;; Use this function for displaying help when C-h something is pressed