summaryrefslogtreecommitdiff
path: root/doc/lispref/text.texi
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2014-06-08 16:39:23 -0700
committerGlenn Morris <rgm@gnu.org>2014-06-08 16:39:23 -0700
commit4181427f24e591f539122db2e3d8d8b55a7de7cd (patch)
treefa23d9064bb84bb6baefd87965a24497d2e61b33 /doc/lispref/text.texi
parent8f356841d051aadf67da13afe396e4cf2cdc6b9e (diff)
downloademacs-4181427f24e591f539122db2e3d8d8b55a7de7cd.tar.gz
emacs-4181427f24e591f539122db2e3d8d8b55a7de7cd.tar.bz2
emacs-4181427f24e591f539122db2e3d8d8b55a7de7cd.zip
Doc fixes: markup (mainly nil -> @code{nil})
Diffstat (limited to 'doc/lispref/text.texi')
-rw-r--r--doc/lispref/text.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi
index 4c3286adbfc..6665cc3e673 100644
--- a/doc/lispref/text.texi
+++ b/doc/lispref/text.texi
@@ -806,7 +806,7 @@ non-whitespace character in each line in the region.
If this command acts on the entire buffer (i.e. if called
interactively with the mark inactive, or called from Lisp with
-@var{end} nil), it also deletes all trailing lines at the end of the
+@var{end} @code{nil}), it also deletes all trailing lines at the end of the
buffer if the variable @code{delete-trailing-lines} is non-@code{nil}.
@end deffn
@@ -2865,7 +2865,7 @@ adding the face @var{face} to the @code{face} text property.
(@pxref{Special Properties}), such as a face name or an anonymous face
(@pxref{Faces}).
-If any text in the region already has a non-nil @code{face} property,
+If any text in the region already has a non-@code{nil} @code{face} property,
those face(s) are retained. This function sets the @code{face}
property to a list of faces, with @var{face} as the first element (by
default) and the pre-existing faces as the remaining elements. If the