Kaydet (Commit) 604cefa8 authored tarafından Barry Warsaw's avatar Barry Warsaw

(py-dump-help-string): Use documentation-property to get docstring.

üst b1f89515
......@@ -1789,8 +1789,7 @@ A `nomenclature' is a fancy way of saying AWordWithMixedCaseNotUnderscores."
(where-is-internal func py-mode-map)
", "))))
((equal funckind "v") ; variable
(setq funcdoc (substitute-command-keys
(get func 'variable-documentation))
(setq funcdoc (documentation-property func 'variable-documentation)
keys (if (assq func locals)
(concat
"Local/Global values: "
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment