summaryrefslogtreecommitdiff
path: root/doc/emacs/programs.texi
diff options
context:
space:
mode:
authorAlan Mackenzie <acm@muc.de>2018-02-17 09:14:54 +0000
committerAlan Mackenzie <acm@muc.de>2018-02-17 09:14:54 +0000
commit8224430bd9d71dfcf2524b758d8ac14a1d93b0d5 (patch)
tree68d1cdabdd8361252901fcac85b2e6aa071e36fc /doc/emacs/programs.texi
parent0cb1c59aa891c6a04d3b9701485b20bfd6d8f2aa (diff)
downloademacs-8224430bd9d71dfcf2524b758d8ac14a1d93b0d5.tar.gz
emacs-8224430bd9d71dfcf2524b758d8ac14a1d93b0d5.tar.bz2
emacs-8224430bd9d71dfcf2524b758d8ac14a1d93b0d5.zip
Fix the change from 2018-02-15 which didn't mention literals
* doc/emacs/programs.texi (Left Margin Paren): Document that opening delimiters at column 0 which are inside strings or comments aren't regarded as defun starts.
Diffstat (limited to 'doc/emacs/programs.texi')
-rw-r--r--doc/emacs/programs.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/emacs/programs.texi b/doc/emacs/programs.texi
index d0aa6a03b51..215717864fe 100644
--- a/doc/emacs/programs.texi
+++ b/doc/emacs/programs.texi
@@ -168,10 +168,10 @@ position.
the user option @code{open-paren-in-column-0-is-defun-start} to
@code{nil}. If this option is set to @code{t} (the default), commands
seeking the start of a defun will stop at opening parentheses or
-braces at column zero. When it is @code{nil}, defuns are found by
-searching for parens or braces at the outermost level. Since
-low-level Emacs routines no longer depend on this convention, you
-usually won't need to change
+braces at column zero which aren't in a comment or string. When it is
+@code{nil}, defuns are found by searching for parens or braces at the
+outermost level. Since low-level Emacs routines no longer depend on
+this convention, you usually won't need to change
@code{open-paren-in-column-0-is-defun-start} from its default.
@node Moving by Defuns