diff options
Diffstat (limited to 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/paragraphs.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
| 38 | ;; because it is always buffer-local. | 38 | ;; because it is always buffer-local. |
| 39 | (defvar use-hard-newlines nil | 39 | (defvar use-hard-newlines nil |
| 40 | "Non-nil means to distinguish hard and soft newlines. | 40 | "Non-nil means to distinguish hard and soft newlines. |
| 41 | See documentation for the `use-hard-newlines' function.") | 41 | See documentation for the function `use-hard-newlines'.") |
| 42 | (make-variable-buffer-local 'use-hard-newlines) | 42 | (make-variable-buffer-local 'use-hard-newlines) |
| 43 | 43 | ||
| 44 | (defun use-hard-newlines (&optional arg insert) | 44 | (defun use-hard-newlines (&optional arg insert) |