branch: externals/scanner
commit bc9b16c09d320bbe1499e31a762df18c6075c510
Author: Raffael Stocker <[email protected]>
Commit: Raffael Stocker <[email protected]>

    correct a comment and whitespace
---
 scanner.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/scanner.el b/scanner.el
index 0a26001..d57f1e1 100644
--- a/scanner.el
+++ b/scanner.el
@@ -54,7 +54,7 @@
 ;; customizable using ‘scanner-scan-delay’.
 ;;
 ;; For both images and documents, you can customize the scan mode
-;; (e.g. "Color" or "Gray") if your scanner supports it.
+;; (e.g. "Color" or "Gray") if your scanning device supports it.
 ;;
 ;; Finally, you can pass additional options to the backends using the
 ;; customization variables ‘scanner-scanimage-switches’ and
@@ -238,7 +238,6 @@ not work as expected."))
   nil
   "List of required options missing from the device backend.")
 
-
 (defun scanner--check-device-switches ()
   "Return available and missing options provided by the device.
 

Reply via email to