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

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

[elpa] externals/kiwix 31d0d8d 3/7: fix commentary semicolons as subhead


From: Stefan Monnier
Subject: [elpa] externals/kiwix 31d0d8d 3/7: fix commentary semicolons as subheadings
Date: Mon, 28 Dec 2020 13:56:16 -0500 (EST)

branch: externals/kiwix
commit 31d0d8d20e4c366851bb1fb4e6279347b71a97dc
Author: stardiviner <numbchild@gmail.com>
Commit: stardiviner <numbchild@gmail.com>

    fix commentary semicolons as subheadings
---
 kiwix.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/kiwix.el b/kiwix.el
index 349ed0f..780db48 100644
--- a/kiwix.el
+++ b/kiwix.el
@@ -30,11 +30,11 @@
 
 ;;; This currently only works for Linux, not tested for Mac OS X and Windows.
 
-;;; Kiwix installation
+;;;; Kiwix installation
 ;;
 ;; http://www.kiwix.org
 
-;;; Config:
+;;;; Config:
 ;;
 ;; (use-package kiwix
 ;;   :ensure t
@@ -45,7 +45,7 @@
 ;;               kiwix-server-port 8080
 ;;               kiwix-default-library "wikipedia_zh_all_2015-11.zim"))
 
-;;; Usage:
+;;;; Usage:
 ;;
 ;; 1. [M-x kiwix-launch-server] to launch Kiwix server.
 ;; 2. [M-x kiwix-at-point] to search the word under point or the region 
selected string.



reply via email to

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