aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/lispref/positions.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/lispref/positions.texi b/doc/lispref/positions.texi
index a5a51f0a0bf..cd9587ba4bd 100644
--- a/doc/lispref/positions.texi
+++ b/doc/lispref/positions.texi
@@ -800,9 +800,9 @@ If this variable's value is non-@code{nil}, an open parenthesis in
800column 0 is considered to be the start of a defun. If it is 800column 0 is considered to be the start of a defun. If it is
801@code{nil}, an open parenthesis in column 0 has no special meaning. 801@code{nil}, an open parenthesis in column 0 has no special meaning.
802The default is @code{t}. If a string literal happens to have a 802The default is @code{t}. If a string literal happens to have a
803parenthesis in column 0, escape it with backslash to avoid a false 803parenthesis in column 0, escape it with a backslash to avoid a false
804positive, @xref{Left Margin Paren,, Left Margin Convention, emacs, The 804positive. @xref{Left Margin Paren,, Left Margin Convention, emacs,
805GNU Emacs Manual}. 805The GNU Emacs Manual}.
806@end defopt 806@end defopt
807 807
808@defvar beginning-of-defun-function 808@defvar beginning-of-defun-function