Mercurial > emacs
changeset 23217:a9ebac06b080
(use-hard-newlines): Doc fix.
author | Dave Love <fx@gnu.org> |
---|---|
date | Wed, 09 Sep 1998 19:59:31 +0000 |
parents | cd79894839e7 |
children | 90e5d916ebd9 |
files | lisp/textmodes/paragraphs.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)