[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Emmanuel Berg docstring patch
- From: Boruch Baum <boruch_baum@xxxxxxx>
- Date: Sun, 14 Apr 2019 21:08:08 -0400
- X-ml-name: emacs-w3m
- X-mail-count: 13343
Katsumi-san,
Should I make a PR out of this, or wait and include it in something
else, or some other method?
--
hkp://keys.gnupg.net
CA45 09B5 5351 7C11 A9D1 7286 0036 9E45 1595 8BC0
diff --git a/w3m.el b/w3m.el
index 286f3995..a2362b60 100644
--- a/w3m.el
+++ b/w3m.el
@@ -217,7 +217,8 @@ filters before being rendered."
;; hosted by the CVS repository.
(defconst emacs-w3m-version
"1.4.632"
- "Version number of this package.")
+ "Version number of this package.
+Not to be confused with `w3m-version'.")
(defgroup w3m nil
"Emacs-w3m - the web browser of choice."
@@ -257,7 +258,9 @@ The valid values include `w3m', `w3mmee', and `w3m-m17n'.")
(defvar w3m-compile-options nil
"Compile options that the w3m command was built with.")
(defvar w3m-version nil
- "Version string of the w3m command.")
+ "Version string of the external w3m command.
+
+Not to be confused with `emacs-w3m-version'.")
;; Set w3m-command, w3m-type, w3m-version and w3m-compile-options
(if noninteractive ;; Don't call the external command when compiling.