diff options
author | Glenn Morris <rgm@gnu.org> | 2014-12-24 16:54:55 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-12-24 16:54:55 -0800 |
commit | 5306baa97b39ad28664a97bcf1fae0246dbcc2ff (patch) | |
tree | a87a06243f391e33417fb0d79c29488cf15f45f0 /doc/lispref/streams.texi | |
parent | 8f1b3e5bf1627c124dcb5a9ae4adb9cbd66b3e88 (diff) | |
download | emacs-5306baa97b39ad28664a97bcf1fae0246dbcc2ff.tar.gz emacs-5306baa97b39ad28664a97bcf1fae0246dbcc2ff.tar.bz2 emacs-5306baa97b39ad28664a97bcf1fae0246dbcc2ff.zip |
Markup fixes for doc/lispref
* doc/lispref/control.texi (Pattern matching case statement):
* doc/lispref/positions.texi (List Motion):
* doc/lispref/streams.texi (Output Functions):
* doc/lispref/strings.texi (Text Comparison):
* doc/lispref/text.texi (Document Object Model):
Markup fixes.
Diffstat (limited to 'doc/lispref/streams.texi')
-rw-r--r-- | doc/lispref/streams.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/streams.texi b/doc/lispref/streams.texi index c287b617713..b12adcf3dcf 100644 --- a/doc/lispref/streams.texi +++ b/doc/lispref/streams.texi @@ -618,7 +618,7 @@ spacing between calls. @defun terpri &optional stream ensure @cindex newline in print This function outputs a newline to @var{stream}. The name stands for -``terminate print''. If @var{ensure} is non-nil no newline is printed +``terminate print''. If @var{ensure} is non-@code{nil} no newline is printed if @var{stream} is already at the beginning of a line. Note in this case @var{stream} can not be a function and an error is signalled if it is. This function returns @code{t} if a newline is printed. |