Mercurial > emacs
changeset 46486:521c1e2e7512
(describe-function-1): Put empty line before "Not documented" text.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Wed, 17 Jul 2002 08:11:15 +0000 |
parents | d7c2a6962d41 |
children | 44aa2c791686 |
files | lisp/help-fns.el |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/help-fns.el Wed Jul 17 07:30:57 2002 +0000 +++ b/lisp/help-fns.el Wed Jul 17 08:11:15 2002 +0000 @@ -316,9 +316,8 @@ (princ (if (stringp (car obsolete)) (car obsolete) (format "use `%s' instead." (car obsolete)))) (terpri))) - (if doc - (progn (terpri) (princ doc)) - (princ "Not documented."))))) + (terpri) + (princ (or doc "Not documented."))))) ;; Variables