]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix the change from 2018-02-15 which didn't mention literals
authorAlan Mackenzie <acm@muc.de>
Sat, 17 Feb 2018 09:14:54 +0000 (09:14 +0000)
committerAlan Mackenzie <acm@muc.de>
Sat, 17 Feb 2018 09:14:54 +0000 (09:14 +0000)
* 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.

doc/emacs/programs.texi

index d0aa6a03b51f890dc2ad1434d5631415f7412a1e..215717864fe6d804e0a06f9aae0d7b8ebb745003 100644 (file)
@@ -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