emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master fa33a14ebe5 2/2: ; Fix last change


From: Eli Zaretskii
Subject: master fa33a14ebe5 2/2: ; Fix last change
Date: Tue, 2 May 2023 14:36:28 -0400 (EDT)

branch: master
commit fa33a14ebe56aa1726df9c8ad93106966c5b6eae
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; Fix last change
    
    * lisp/simple.el (blink-matching-paren-highlight-offscreen)
    (blink-matching-paren-offscreen)
    (blink-paren-open-paren-line-string): Doc fixes.  (Bug#63089)
---
 lisp/simple.el | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/lisp/simple.el b/lisp/simple.el
index e4a0b9549e0..8d772eee8a8 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -9216,8 +9216,8 @@ it skips the contents of comments that end before point."
   :group 'paren-blinking)
 
 (defcustom blink-matching-paren-highlight-offscreen nil
-  "If non-nil, highlight showing in the echo area matched off-screen open 
paren.
-This highlighting uses face `blink-matching-paren-offscreen'."
+  "If non-nil, highlight matched off-screen open paren in the echo area.
+This highlighting uses the `blink-matching-paren-offscreen' face."
   :type 'boolean
   :version "30.1"
   :group 'paren-blinking)
@@ -9225,8 +9225,8 @@ This highlighting uses face 
`blink-matching-paren-offscreen'."
 (defface blink-matching-paren-offscreen
   '((t :foreground "green"))
   "Face for showing in the echo area matched open paren that is off-screen.
-This face will not be used when `blink-matching-paren-highlight-offscreen'
-is nil."
+This face is used only when `blink-matching-paren-highlight-offscreen'
+is non-nil."
   :version "30.1"
   :group 'paren-blinking)
 
@@ -9334,7 +9334,7 @@ The function should return non-nil if the two tokens do 
not match.")
 
 (defun blink-paren-open-paren-line-string (pos)
   "Return the line string that contains the openparen at POS.
-Remove the line string's properties but give the openparen a
+Remove the line string's properties but give the openparen a distinct
 face if `blink-matching-paren-highlight-offscreen' is non-nil."
   (save-excursion
     (goto-char pos)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]