comparison lisp/prim/help.el @ 118:7d55a9ba150c r20-1b11

Import from CVS: tag r20-1b11
author cvs
date Mon, 13 Aug 2007 09:24:17 +0200
parents 9f59509498e1
children cca96a509cfe
comparison
equal deleted inserted replaced
117:578fd4947a72 118:7d55a9ba150c
936 (terpri stream) 936 (terpri stream)
937 (terpri stream))) 937 (terpri stream)))
938 (if (not (and obsolete aliases)) 938 (if (not (and obsolete aliases))
939 (progn 939 (progn
940 (princ doc stream) 940 (princ doc stream)
941 (or (eq ?\n (aref doc (1- (length doc)))) 941 (or (equal doc "")
942 (eq ?\n (aref doc (1- (length doc))))
942 (terpri stream))))))))) 943 (terpri stream)))))))))
943 944
944 945
945 (defun describe-function-arglist (function) 946 (defun describe-function-arglist (function)
946 (interactive (list (or (function-called-at-point) 947 (interactive (list (or (function-called-at-point)