diff lisp/help-fns.el @ 68153:27e860fd29ef

(describe-variable): Remove newlines from void variable output.
author John Paul Wallington <jpw@pobox.com>
date Thu, 12 Jan 2006 22:30:03 +0000
parents 9c628f17433c
children 3cc8c13facd3
line wrap: on
line diff
--- a/lisp/help-fns.el	Thu Jan 12 21:23:12 2006 +0000
+++ b/lisp/help-fns.el	Thu Jan 12 22:30:03 2006 +0000
@@ -554,10 +554,10 @@
 			(help-xref-button 1 'help-variable-def
 					  variable file-name)))
 		    (if valvoid
-			(princ "It is void as a variable.\n")
+			(princ "It is void as a variable.")
 		      (princ "Its ")))
 		(if valvoid
-		    (princ " is void as a variable.\n")
+		    (princ " is void as a variable.")
 		  (princ "'s "))))
 	    (if valvoid
 		nil