diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2019-08-15 16:02:20 -0700 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2019-08-15 16:02:20 -0700 |
commit | b3713265cbb8eb591ac832ae4c35bf8185544467 (patch) | |
tree | b614a8f9bb8322bbcf17a4ba5182ed228090fb62 /lisp/emacs-lisp | |
parent | 7aefbe86f22a1c0b7d329c1931d0297f801e1f83 (diff) | |
download | emacs-b3713265cbb8eb591ac832ae4c35bf8185544467.tar.gz emacs-b3713265cbb8eb591ac832ae4c35bf8185544467.tar.bz2 emacs-b3713265cbb8eb591ac832ae4c35bf8185544467.zip |
Rename variables and functions with "auto-load" in their names
* doc/emacs/building.texi (Lisp Libraries): Adjust documentation.
* lisp/help-fns.el (help--symbol-completion-table): Adjust usage.
* lisp/help-fns.el (help-enable-completion-autoload): Change name
from auto-load and declare an obsolete alias (bug#13418).
* lisp/help.el (help-enable-autoload): Ditto.
* lisp/progmodes/vhdl-mode.el: Ditto.
(vhdl-create-mode-menu, vhdl-mode): Adjust usage.
(vhdl-autoload-project): Rename from auto-load and declare an
obsolete alias.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/crm.el | 2 | ||||
-rw-r--r-- | lisp/emacs-lisp/warnings.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/crm.el b/lisp/emacs-lisp/crm.el index 40567e141d3..14646a2ab11 100644 --- a/lisp/emacs-lisp/crm.el +++ b/lisp/emacs-lisp/crm.el @@ -222,7 +222,7 @@ exiting the minibuffer." t)) ;; superemulates behavior of completing_read in src/minibuf.c -;; Use \\<crm-local-completion-map> so that help-enable-auto-load can +;; Use \\<crm-local-completion-map> so that help-enable-autoload can ;; do its thing. Any keymap that is defined will do. ;;;###autoload (defun completing-read-multiple diff --git a/lisp/emacs-lisp/warnings.el b/lisp/emacs-lisp/warnings.el index 1207353ba30..e5c1d9cec4d 100644 --- a/lisp/emacs-lisp/warnings.el +++ b/lisp/emacs-lisp/warnings.el @@ -320,7 +320,7 @@ programming features." (set-window-start window warning-series)) (sit-for 0))))))))) -;; Use \\<special-mode-map> so that help-enable-auto-load can do its thing. +;; Use \\<special-mode-map> so that help-enable-autoload can do its thing. ;; Any keymap that is defined will do. ;;;###autoload (defun lwarn (type level message &rest args) |