diff options
Diffstat (limited to 'doc/lispref/positions.texi')
-rw-r--r-- | doc/lispref/positions.texi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/lispref/positions.texi b/doc/lispref/positions.texi index cd9587ba4bd..7e5155782c1 100644 --- a/doc/lispref/positions.texi +++ b/doc/lispref/positions.texi @@ -801,8 +801,7 @@ column 0 is considered to be the start of a defun. If it is @code{nil}, an open parenthesis in column 0 has no special meaning. The default is @code{t}. If a string literal happens to have a parenthesis in column 0, escape it with a backslash to avoid a false -positive. @xref{Left Margin Paren,, Left Margin Convention, emacs, -The GNU Emacs Manual}. +positive. @end defopt @defvar beginning-of-defun-function |