+2006-01-12 John Paul Wallington <jpw@pobox.com>
+
+ * help-fns.el (describe-variable): Remove newlines from void
+ variable output.
+
2006-01-13 Nick Roberts <nickrob@snap.net.nz>
* wdired.el (wdired-mode-map): Add help echo for
(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