]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fintern_soft): Fix newlines in doc string.
authorDave Love <fx@gnu.org>
Tue, 7 Dec 1999 11:06:22 +0000 (11:06 +0000)
committerDave Love <fx@gnu.org>
Tue, 7 Dec 1999 11:06:22 +0000 (11:06 +0000)
src/lread.c

index 8e9aeddad3522a4a2f83db32739de10248ee4694..616e3bd6824e82d303b4f9676eb506aa423e30e6 100644 (file)
@@ -2753,8 +2753,8 @@ it defaults to the value of `obarray'.")
 
 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)