aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love1999-12-07 11:06:22 +0000
committerDave Love1999-12-07 11:06:22 +0000
commit3ccf78e05976ea64580f6556973d4aaa2183ea18 (patch)
tree1ebc1bfa3d4144cf2106aa868d2178060ee0432f
parentd9b5c99090ff38ef76cbafcfaf44addbc997b80f (diff)
downloademacs-3ccf78e05976ea64580f6556973d4aaa2183ea18.tar.gz
emacs-3ccf78e05976ea64580f6556973d4aaa2183ea18.zip
(Fintern_soft): Fix newlines in doc string.
-rw-r--r--src/lread.c4
1 files changed, 2 insertions, 2 deletions
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'.")
2753 2753
2754DEFUN ("intern-soft", Fintern_soft, Sintern_soft, 1, 2, 0, 2754DEFUN ("intern-soft", Fintern_soft, Sintern_soft, 1, 2, 0,
2755 "Return the canonical symbol named NAME, or nil if none exists.\n\ 2755 "Return the canonical symbol named NAME, or nil if none exists.\n\
2756NAME may be a string or a symbol. If it is a symbol, that exact 2756NAME may be a string or a symbol. If it is a symbol, that exact\n\
2757symbol is searched for. 2757symbol is searched for.\n\
2758A second optional argument specifies the obarray to use;\n\ 2758A second optional argument specifies the obarray to use;\n\
2759it defaults to the value of `obarray'.") 2759it defaults to the value of `obarray'.")
2760 (name, obarray) 2760 (name, obarray)