emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

help-fns.el patch


From: Richard Stallman
Subject: help-fns.el patch
Date: Thu, 06 Sep 2007 00:59:51 -0400

Would someone please install this in the trunk, then ack?

> 2007-01-24  Johan Bockgård  <address@hidden>
>
>             * help-fns.el (describe-variable): Keep doc's text properties.
>
> Index: lisp/help-fns.el
> ===================================================================
> RCS file: /cvsroot/emacs/emacs/lisp/help-fns.el,v
> retrieving revision 1.96
> diff -u -r1.96 help-fns.el
> --- lisp/help-fns.el  23 Jan 2007 07:16:11 -0000      1.96
> +++ lisp/help-fns.el  24 Jan 2007 23:15:35 -0000
> @@ -596,7 +596,8 @@
>                          "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"))






reply via email to

[Prev in Thread] Current Thread [Next in Thread]