1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-25 10:47:00 +00:00

(describe-function-1): Put empty line before "Not documented" text.

This commit is contained in:
Juanma Barranquero 2002-07-17 08:12:04 +00:00
parent a50908abb5
commit 3b622b44f5
2 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,8 @@
2002-07-17 Juanma Barranquero <lektu@terra.es>
* help-fns.el (describe-function-1): Put empty line before "Not
documented" text.
* timer.el (timer-set-time-with-usecs): Mark obsolete.
2002-07-16 Stefan Monnier <monnier@cs.yale.edu>

View File

@ -316,9 +316,8 @@ Return (USAGE . DOC) or nil if there's no usage info."
(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