changeset 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 3a7458f9152d
children 46c0c059598b
files lisp/help-fns.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
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