diff options
author | Noam Postavsky <npostavs@gmail.com> | 2019-07-28 12:15:33 -0400 |
---|---|---|
committer | Noam Postavsky <npostavs@gmail.com> | 2019-07-30 09:06:18 -0400 |
commit | 1d9efc0b3a60fda86885001b229b6528ffb931df (patch) | |
tree | b33fa202f0ff67ed619c2fd7a3a34fc567ecd48b /doc/lispref/positions.texi | |
parent | 304e96f50d49e142edd8ec1b1c7d9fb1ce9a7385 (diff) | |
download | emacs-1d9efc0b3a60fda86885001b229b6528ffb931df.tar.gz emacs-1d9efc0b3a60fda86885001b229b6528ffb931df.tar.bz2 emacs-1d9efc0b3a60fda86885001b229b6528ffb931df.zip |
Add index for "\( in strings" (Bug#25195)
* doc/emacs/programs.texi (Left Margin Paren): Add index for "\( in
strings".
* doc/lispref/positions.texi (List Motion): Add index, and cross
reference.
Diffstat (limited to 'doc/lispref/positions.texi')
-rw-r--r-- | doc/lispref/positions.texi | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/lispref/positions.texi b/doc/lispref/positions.texi index 77077934673..a5a51f0a0bf 100644 --- a/doc/lispref/positions.texi +++ b/doc/lispref/positions.texi @@ -794,11 +794,15 @@ on a line that starts with a match for this regular expression, followed by a character with open-parenthesis syntax. @end defopt +@cindex \( in strings @defopt open-paren-in-column-0-is-defun-start 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}. +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}. @end defopt @defvar beginning-of-defun-function |