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

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

[elpa] externals/djvu 759975e 4/9: Fix some quoting problems in doc stri


From: Stefan Monnier
Subject: [elpa] externals/djvu 759975e 4/9: Fix some quoting problems in doc strings
Date: Sun, 29 Nov 2020 17:09:32 -0500 (EST)

branch: externals/djvu
commit 759975e617de7b428e7ce94409ffa69a95b0b7cf
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.
---
 djvu.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/djvu.el b/djvu.el
index a5816ef..eb1c4fa 100644
--- a/djvu.el
+++ b/djvu.el
@@ -155,8 +155,8 @@ This is a list with four elements (READ TEXT ANNOT 
OUTLINE).")
 
 (defvar djvu-resolve-url nil
   "Flag for resolving internal URLs.
-If 'long replace short page numbers by long FileIDs.
-If 'short replace long FileIDs by short page numbers.
+If `long' replace short page numbers by long FileIDs.
+If `short' replace long FileIDs by short page numbers.
 If nil do nothing.")
 
 (defvar djvu-image-size 1024



reply via email to

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