summaryrefslogtreecommitdiff
path: root/doc/misc/wisent.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/misc/wisent.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/misc/wisent.texi')
-rw-r--r--doc/misc/wisent.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/misc/wisent.texi b/doc/misc/wisent.texi
index 9435235ec02..dce853a13d0 100644
--- a/doc/misc/wisent.texi
+++ b/doc/misc/wisent.texi
@@ -1443,7 +1443,7 @@ tokens (@pxref{Useful functions}).
@defun wisent-skip-token
@anchor{wisent-skip-token}
Skip the lookahead token in order to resume parsing.
-Return nil.
+Return @code{nil}.
Must be used in error recovery semantic actions.
It typically looks like this:
@@ -1463,7 +1463,7 @@ It typically looks like this:
@findex wisent-skip-block
@defun wisent-skip-block
Safely skip a block in order to resume parsing.
-Return nil.
+Return @code{nil}.
Must be used in error recovery semantic actions.
A block is data between an open-delimiter (syntax class @code{(}) and