From: Glenn Morris Date: Fri, 2 Dec 2016 18:11:53 +0000 (-0500) Subject: Starting doc of user options with "*" is long obsolete X-Git-Tag: emacs-26.0.90~1223 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=30dc85c63bd52acf7d8f4eef78e788b1816ab77b;p=emacs.git Starting doc of user options with "*" is long obsolete * lisp/battery.el (battery-upower-device): Doc fix. --- diff --git a/lisp/battery.el b/lisp/battery.el index 773ab0d1d67..74f06e8c6fc 100644 --- a/lisp/battery.el +++ b/lisp/battery.el @@ -46,7 +46,7 @@ :group 'battery) (defcustom battery-upower-device "battery_BAT1" - "*Upower battery device name." + "Upower battery device name." :version "26.1" :type 'string :group 'battery)