From: Dave Love Date: Wed, 9 Sep 1998 19:59:31 +0000 (+0000) Subject: (use-hard-newlines): Doc fix. X-Git-Tag: emacs-20.4~1732 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9181be696161014a79ca7cb75e57be59aefe32a7;p=emacs.git (use-hard-newlines): Doc fix. --- 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)