# HG changeset patch # User Dave Love # Date 905371171 0 # Node ID a9ebac06b08079ad8c92f007acc2b5bd7181e487 # Parent cd79894839e71a54c1988f86e1460cb8576ae918 (use-hard-newlines): Doc fix. diff -r cd79894839e7 -r a9ebac06b080 lisp/textmodes/paragraphs.el --- a/lisp/textmodes/paragraphs.el Wed Sep 09 19:55:29 1998 +0000 +++ b/lisp/textmodes/paragraphs.el Wed Sep 09 19:59:31 1998 +0000 @@ -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)