emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/scroll-restore 63b4b7e 3/4: Fix some quoting problems i


From: Stefan Monnier
Subject: [elpa] externals/scroll-restore 63b4b7e 3/4: Fix some quoting problems in doc strings
Date: Tue, 1 Dec 2020 16:59:38 -0500 (EST)

branch: externals/scroll-restore
commit 63b4b7e2aa536a4f7b7893624b5844d3976068e2
Author: Paul Eggert <eggert@cs.ucla.edu>
Commit: Paul Eggert <eggert@cs.ucla.edu>

    Fix some quoting problems in doc strings
    
    Most of these are minor issues involving, e.g., quoting `like this'
    instead of 'like this'.  A few involve escaping ` and ' with a
    preceding \= when the characters should not be turned into curved single
    quotes.
---
 scroll-restore.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/scroll-restore.el b/scroll-restore.el
index d1ca7e9..5c99207 100644
--- a/scroll-restore.el
+++ b/scroll-restore.el
@@ -166,7 +166,7 @@ cursor and `scroll-restore-cursor-color' to change its 
color."
 (defcustom scroll-restore-cursor-type 'box
   "Type of cursor when original position is off-screen.
 Applied if and only if `scroll-restore-handle-cursor' is either
-'type or t.
+`type' or t.
 
 Be careful when another application uses that type.  Otherwise,
 you might get unexpected results when Scroll Restore mode resets
@@ -188,7 +188,7 @@ the value of scroll-restore-cursor-type."
 (defcustom scroll-restore-cursor-color "DarkCyan"
   "Background color of cursor when original position is off-screen.
 Applied if and only if `scroll-restore-handle-cursor' is either
-'color or t.
+`color' or t.
 
 Observe that when Emacs changes the color of the cursor, the
 change applies to all windows on the associated frame.
@@ -238,7 +238,7 @@ drags."
 
 (defface scroll-restore-region
   '((t :inherit region))
-  "Face for Scroll Restore region when `scroll-restore-handle-region' is 
+  "Face for Scroll Restore region when `scroll-restore-handle-region' is
 non-nil.")
 
 ;; Note: We can't use `point-before-scroll' for our purposes because



reply via email to

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