diff options
| author | Richard M. Stallman | 2007-03-04 18:25:58 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-03-04 18:25:58 +0000 |
| commit | 161e88567dff63efc9ab3a5f9e164284cb2b7ad0 (patch) | |
| tree | c4a45ec603c0798946417ee73ce0103f42e90bf4 | |
| parent | a48320d900cf04b9db8bd2ba2b30b219a9600cbd (diff) | |
| download | emacs-161e88567dff63efc9ab3a5f9e164284cb2b7ad0.tar.gz emacs-161e88567dff63efc9ab3a5f9e164284cb2b7ad0.zip | |
(Control Parsing): Minor clarification.
| -rw-r--r-- | lispref/syntax.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lispref/syntax.texi b/lispref/syntax.texi index 85dcb83bd50..47f09944880 100644 --- a/lispref/syntax.texi +++ b/lispref/syntax.texi | |||
| @@ -873,7 +873,8 @@ can still override the syntax.) | |||
| 873 | @defopt parse-sexp-ignore-comments | 873 | @defopt parse-sexp-ignore-comments |
| 874 | @cindex skipping comments | 874 | @cindex skipping comments |
| 875 | If the value is non-@code{nil}, then comments are treated as | 875 | If the value is non-@code{nil}, then comments are treated as |
| 876 | whitespace by the functions in this section and by @code{forward-sexp}. | 876 | whitespace by the functions in this section and by @code{forward-sexp}, |
| 877 | @code{scan-lists} and @code{scan-sexps}. | ||
| 877 | @end defopt | 878 | @end defopt |
| 878 | 879 | ||
| 879 | @vindex parse-sexp-lookup-properties | 880 | @vindex parse-sexp-lookup-properties |