emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/help-fns.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/help-fns.el,v
Date: Thu, 06 Sep 2007 05:53:42 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       07/09/06 05:53:42

Index: help-fns.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/help-fns.el,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -b -r1.99 -r1.100
--- help-fns.el 29 Aug 2007 05:28:03 -0000      1.99
+++ help-fns.el 6 Sep 2007 05:53:42 -0000       1.100
@@ -625,7 +625,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]