From: Dave Love Date: Tue, 7 Dec 1999 11:06:22 +0000 (+0000) Subject: (Fintern_soft): Fix newlines in doc string. X-Git-Tag: emacs-pretest-21.0.90~5841 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3ccf78e05976ea64580f6556973d4aaa2183ea18;p=emacs.git (Fintern_soft): Fix newlines in doc string. --- diff --git a/src/lread.c b/src/lread.c index 8e9aeddad35..616e3bd6824 100644 --- a/src/lread.c +++ b/src/lread.c @@ -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)