Johan Bockg� <bojohan at dd.chalmers.se>
(describe-variable): Keep doc's text properties.
This commit is contained in:
parent
27ba1132c9
commit
fccd9537b1
1 changed files with 2 additions and 1 deletions
|
@ -625,7 +625,8 @@ it is displayed along with the global value."
|
|||
"which is byte-compiled expression.\n"
|
||||
(format "`%s'.\n" safe-var))))
|
||||
(princ "\nDocumentation:\n")
|
||||
(princ (or doc "Not documented as a variable.")))
|
||||
(with-current-buffer standard-output
|
||||
(insert (or doc "Not documented as a variable."))))
|
||||
;; Make a link to customize if this variable can be customized.
|
||||
(if (custom-variable-p variable)
|
||||
(let ((customize-label "customize"))
|
||||
|
|
Loading…
Add table
Reference in a new issue