changeset 26755:6bb3d25454a8

(Fintern_soft): Fix newlines in doc string.
author Dave Love <fx@gnu.org>
date Tue, 07 Dec 1999 11:06:22 +0000
parents 603ff5e39b74
children 81e194afb2e8
files src/lread.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/lread.c	Tue Dec 07 10:33:35 1999 +0000
+++ b/src/lread.c	Tue Dec 07 11:06:22 1999 +0000
@@ -2753,8 +2753,8 @@
 
 DEFUN ("intern-soft", Fintern_soft, Sintern_soft, 1, 2, 0,
   "Return the canonical symbol named NAME, or nil if none exists.\n\
-NAME may be a string or a symbol.  If it is a symbol, that exact
-symbol is searched for.
+NAME may be a string or a symbol.  If it is a symbol, that exact\n\
+symbol is searched for.\n\
 A second optional argument specifies the obarray to use;\n\
 it defaults to the value of `obarray'.")
   (name, obarray)