]> code.delx.au - gnu-emacs/blobdiff - lisp/paren.el
Merge branch 'emacs-25-merge'
[gnu-emacs] / lisp / paren.el
index 30314c2f9c8413b102b1ab896855544601409b25..5825d6a4f72c61b70859747974bc0a350541603f 100644 (file)
@@ -87,7 +87,10 @@ whitespace there."
   'show-paren-mismatch "22.1")
 
 (defcustom show-paren-highlight-openparen t
-  "Non-nil turns on openparen highlighting when matching forward."
+  "Non-nil turns on openparen highlighting when matching forward.
+When nil, and point stands just before an open paren, the paren
+is not highlighted, the cursor being regarded as adequate to mark
+its position."
   :type 'boolean)
 
 (defvar show-paren--idle-timer nil)