diff options
author | Xue Fuqiao <xfq.free@gmail.com> | 2013-08-17 12:31:22 +0800 |
---|---|---|
committer | Xue Fuqiao <xfq.free@gmail.com> | 2013-08-17 12:31:22 +0800 |
commit | c9b39934d655610072cd42e39a46f6332e97dc41 (patch) | |
tree | 461262a9c326f797ecab4144909c60fe83f771cb /doc | |
parent | f33650d8cca5e0660814129e19d053488bd4caa3 (diff) | |
download | emacs-c9b39934d655610072cd42e39a46f6332e97dc41.tar.gz |
* doc/emacs/text.texi (Filling): Add cross-reference for hard newlines.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lispref/ChangeLog | 1 | ||||
-rw-r--r-- | doc/lispref/text.texi | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 16f3f5bd296..12eec54ef53 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -2,6 +2,7 @@ * text.texi (Maintaining Undo): Mention interactive call of buffer-disable-undo. + (Filling): Add cross-reference for hard newlines. 2013-08-16 Xue Fuqiao <xfq.free@gmail.com> diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi index 6205d10ce1b..babb5b71b8f 100644 --- a/doc/lispref/text.texi +++ b/doc/lispref/text.texi @@ -1613,7 +1613,8 @@ Manual}. @defvar use-hard-newlines If this variable is non-@code{nil}, the filling functions do not delete newlines that have the @code{hard} text property. These ``hard -newlines'' act as paragraph separators. +newlines'' act as paragraph separators. @xref{Hard and Soft +Newlines,, Hard and Soft Newlines, emacs, The GNU Emacs Manual}. @end defvar @node Margins |