diff lisp/help.el @ 251:677f6a0ee643 r20-5b24

Import from CVS: tag r20-5b24
author cvs
date Mon, 13 Aug 2007 10:19:59 +0200
parents 83b3d10dcba9
children 11cf20601dec
line wrap: on
line diff
--- a/lisp/help.el	Mon Aug 13 10:19:12 2007 +0200
+++ b/lisp/help.el	Mon Aug 13 10:19:59 2007 +0200
@@ -1160,7 +1160,7 @@
 		   (pp-internal object "\n")
 		   (terpri))
 	       (cl-prettyprint object)))))
-     (format "\n%s\n" object))))
+     (format "\n%S\n" object))))
 
 (defun describe-variable (variable)
   "Display the full documentation of VARIABLE (a symbol)."