* help-fns.el patch
@ 2007-09-06 4:59 Richard Stallman
2007-09-06 5:53 ` Glenn Morris
0 siblings, 1 reply; 2+ messages in thread
From: Richard Stallman @ 2007-09-06 4:59 UTC (permalink / raw)
To: emacs-devel
Would someone please install this in the trunk, then ack?
> 2007-01-24 Johan Bockgård <bojohan@dd.chalmers.se>
>
> * 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"))
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-09-06 5:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-06 4:59 help-fns.el patch Richard Stallman
2007-09-06 5:53 ` Glenn Morris
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.