diff options
author | Eli Zaretskii <eliz@gnu.org> | 2019-07-30 17:50:32 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2019-07-30 17:50:32 +0300 |
commit | 8fbe46252f5f241d274b59c6b1aaecd3ee58cc6a (patch) | |
tree | 4a7e94d4d86510bd3b5935fab2309d8ac59a6e35 /doc/lispref | |
parent | 1d9efc0b3a60fda86885001b229b6528ffb931df (diff) | |
download | emacs-8fbe46252f5f241d274b59c6b1aaecd3ee58cc6a.tar.gz |
; * doc/lispref/positions.texi (List Motion): Fix last change.
Diffstat (limited to 'doc/lispref')
-rw-r--r-- | doc/lispref/positions.texi | 6 |
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 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 backslash to avoid a false -positive, @xref{Left Margin Paren,, Left Margin Convention, emacs, The -GNU Emacs Manual}. +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}. @end defopt @defvar beginning-of-defun-function |