Skip to content

Commit 305675c

Browse files
committed
tweak: regenerate loaddefs
1 parent 8d5df7e commit 305675c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

core/me-loaddefs.el

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ Run adb remount, with -R when AUTO-REBOOT-DEVICE is non-nil.
2121
Run adb reboot MODE.
2222
2323
(fn MODE)" t)
24+
(autoload '+adb-root "../modules/extras/me-adb" "\
25+
Run adb root (or unroot with \\[universal-argument]).
26+
27+
(fn &optional ARG)" t)
2428
(register-definition-prefixes "../modules/extras/me-adb" '("+adb-"))
2529

2630

@@ -482,7 +486,7 @@ If PORT or BAUD are nil, use values from `+serial-port' and `+serial-baudrate'.
482486
483487
(fn COMMANDS &optional PORT BAUD)" t)
484488
(autoload '+net-get-ip-address "me-lib-extra" "\
485-
Get the IP-address for device DEV (default: eth0) of the current machine.
489+
Get the IP-address for device DEV of the current machine.
486490
487491
(fn &optional DEV)")
488492
(autoload '+github-latest-release "me-lib-extra" "\
@@ -1260,7 +1264,7 @@ move to the source code that caused it.
12601264
;; no-byte-compile: t
12611265
;; no-update-autoloads: t
12621266
;; no-native-compile: t
1263-
;; coding: utf-8
1267+
;; coding: utf-8-emacs-unix
12641268
;; End:
12651269

12661270
;;; me-loaddefs.el ends here

0 commit comments

Comments
 (0)