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:
parent
a50908abb5
commit
3b622b44f5
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user