comparison lisp/help.el @ 251:677f6a0ee643 r20-5b24

Import from CVS: tag r20-5b24
author cvs
date Mon, 13 Aug 2007 10:19:59 +0200
parents 83b3d10dcba9
children 11cf20601dec
comparison
equal deleted inserted replaced
250:f385a461c9aa 251:677f6a0ee643
1158 (if (fboundp 'pp-internal) 1158 (if (fboundp 'pp-internal)
1159 (progn 1159 (progn
1160 (pp-internal object "\n") 1160 (pp-internal object "\n")
1161 (terpri)) 1161 (terpri))
1162 (cl-prettyprint object))))) 1162 (cl-prettyprint object)))))
1163 (format "\n%s\n" object)))) 1163 (format "\n%S\n" object))))
1164 1164
1165 (defun describe-variable (variable) 1165 (defun describe-variable (variable)
1166 "Display the full documentation of VARIABLE (a symbol)." 1166 "Display the full documentation of VARIABLE (a symbol)."
1167 (interactive 1167 (interactive
1168 (let* ((v (variable-at-point)) 1168 (let* ((v (variable-at-point))