From 9181be696161014a79ca7cb75e57be59aefe32a7 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Wed, 9 Sep 1998 19:59:31 +0000 Subject: [PATCH] (use-hard-newlines): Doc fix. --- lisp/textmodes/paragraphs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/textmodes/paragraphs.el b/lisp/textmodes/paragraphs.el index d647419d123..55d176d13f9 100644 --- a/lisp/textmodes/paragraphs.el +++ b/lisp/textmodes/paragraphs.el @@ -38,7 +38,7 @@ ;; because it is always buffer-local. (defvar use-hard-newlines nil "Non-nil means to distinguish hard and soft newlines. -See documentation for the `use-hard-newlines' function.") +See documentation for the function `use-hard-newlines'.") (make-variable-buffer-local 'use-hard-newlines) (defun use-hard-newlines (&optional arg insert) -- 2.39.2