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." ...@@ -1789,8 +1789,7 @@ A `nomenclature' is a fancy way of saying AWordWithMixedCaseNotUnderscores."
(where-is-internal func py-mode-map) (where-is-internal func py-mode-map)
", ")))) ", "))))
((equal funckind "v") ; variable ((equal funckind "v") ; variable
(setq funcdoc (substitute-command-keys (setq funcdoc (documentation-property func 'variable-documentation)
(get func 'variable-documentation))
keys (if (assq func locals) keys (if (assq func locals)
(concat (concat
"Local/Global values: " "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